1 Answer
- Newest
- Most votes
- Most comments
0
S3 delivers strong read-after-write consistency automatically for all applications, without changes to performance or availability. Amazon S3 achieves high availability by replicating data across multiple servers within AWS data centers. If a PUT request is successful, your data is safely stored. Any read (GET or LIST request) that is initiated following the receipt of a successful PUT response will return the data written by the PUT request.
So, it would be very highly unlikely that s3 will show this kind of behaviour. The API seems fine to me, in order to troubleshoot the issue further you can enable debugging and share the request ID with AWS Support.
- Also share the screenshot and timestamp as when you uploaded/write the object and when you are performing the List Request.
Relevant content
- asked 3 years ago
- asked 2 years ago
- asked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago