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?
Both S3 object (or data) and metadata follow same consistency model.