Skip to content

Amazon S3 Versioning

0

Let's say, we have two versions of the 100MB object. The version 2 consumes 100MB, but NOT the difference between non-current and current versions. So, in total 200MB are consumed.

Am I right?

AWS
EXPERT
asked 6 years ago426 views
2 Answers
1
Accepted Answer

Yes, this is true.

You can find example storage pricing in the FAQs. Search for question :

Q. How am I charged for using Versioning?

https://aws.amazon.com/s3/faqs/

answered 6 years ago
AWS
EXPERT
reviewed 4 years ago
0

Versioning helps us in keeping multiple variants of an objects in a bucket, also helps in restoring objects to a specific version of an object. we can use versioning to recover a deleted or mistakenly overwritten object.

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.