You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugSomething isn't workings3service-apiThis issue pertains to the AWS API
Describe the bug
The S3 service defines the enum
ReplicationStatusComplete
https://github.com/aws/aws-sdk-go-v2/blob/b83b3053dda120e4687168a211cf5eca4c071bfe/service/s3/types/enums.go#L983The value actually returned by S3 is "COMPLETED" not "COMPLETE". See Replication Status and many other documents.
Expected Behavior
All enums match valid responses.
Current Behavior
There is no enum to match the resulting replication status when an object is replicated. No response will ever match
types.ReplicationStatusComplete
Reproduction Steps
Possible Solution
The enum should be named
ReplicationStatusCompleted
and have a value of "COMPLETED".Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
1.27.1
Compiler and Version used
go version go1.20.2 darwin/amd64
Operating System and version
macOS 12.6.4
The text was updated successfully, but these errors were encountered: