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
Comments on closed issues are hard for our team to see.
If you need more assistance, please 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.
Describe the bug
Setup a S3 bucket replication, request status of a file in the origin bucket, you will get the following response
the problem is when you use
ReplicationStatus
enum there isCOMPLETE
instead ofCOMPLETED
and you are ending withUNKNOWN_TO_SDK_VERSION
state.Expected Behavior
SDK should match the status returned by the endpoint
Current Behavior
ReplicationStatus.COMPLETE != ReplicationStatus=COMPLETED
Reproduction Steps
You must have a replication between S3 buckets defined, put a file in one bucket and check its status using
Possible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
s3-2.20.87
JDK version used
17
Operating System and version
macOS 13.4.1 (22F82)
The text was updated successfully, but these errors were encountered: