Search code examples
amazon-s3metadataconsistencyeventual-consistency

Is S3 Object's Metadata strongly consistent


S3 Objects have eventual consistency for overwrites PUTS and DELETES as mentioned here - http://aws.amazon.com/s3/faqs/#What_data_consistency_model_does_Amazon_S3_employ

Is this applicable for both S3 Object and metadata or Object's metadata is read after write consistent?


Solution

  • Both S3 object (or data) and metadata follow same consistency model.