1 個回答
- 最新
- 最多得票
- 最多評論
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.
相關內容
- 已提問 3 個月前
