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 3: Line 3:
 
* Use [[AWS S3 lifecycle]] to manage retention periods
 
* Use [[AWS S3 lifecycle]] to manage retention periods
  
 +
Terraform:
 
* [[Terraform resource]]: <code>[[Terraform resource: aws_s3_versioning|aws_s3_versioning]]</code>
 
* [[Terraform resource]]: <code>[[Terraform resource: aws_s3_versioning|aws_s3_versioning]]</code>
  
Line 17: Line 18:
 
* [[Amazon S3 point-in-time recovery]]
 
* [[Amazon S3 point-in-time recovery]]
 
* [[Object Versioning]]
 
* [[Object Versioning]]
 +
* [[Data integrity]]
  
 
== Activities ==
 
== Activities ==

Latest revision as of 13:07, 12 June 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: