Difference between revisions of "AWS S3 versioning"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 19: Line 19:
 
* [[Object Versioning]]
 
* [[Object Versioning]]
 
* [[Data integrity]]
 
* [[Data integrity]]
 +
* [[AWS Cloudtail best practices]]
  
 
== Activities ==
 
== Activities ==
 +
* [[Using versioning in S3 buckets]]
 
* Read https://tech.trivago.com/post/2018-09-03-s3-versioning/
 
* Read https://tech.trivago.com/post/2018-09-03-s3-versioning/
 
* Read how to recover an object in a versioning-enabled bucket: https://aws.amazon.com/premiumsupport/knowledge-center/s3-undelete-configuration/
 
* Read how to recover an object in a versioning-enabled bucket: https://aws.amazon.com/premiumsupport/knowledge-center/s3-undelete-configuration/

Latest revision as of 04:41, 11 July 2024

Amazon S3 versioning [1] is a means of keeping multiple variants of an object in the same bucket. It is disabled by default.

  • Each version of an object is the entire object; it is not just a diff from the previous version
  • Use AWS S3 lifecycle to manage retention periods

Terraform:

AWS CLI:

Related[edit]

Activities[edit]

See also[edit]

  • https://docs.aws.amazon.com/AmazonS3/latest/userguide/Versioning.html
  • Advertising: