Difference between revisions of "AWS S3 versioning"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
* Each version of an object is the entire object; it is not just a diff from the previous version
 
* Each version of an object is the entire object; it is not just a diff from the previous version
  
* [[Terraform]]: [[Backend]]
+
 
 
* [[Terraform resource]]: <code>[[Terraform resource: aws_s3_versioning|aws_s3_versioning]]</code>
 
* [[Terraform resource]]: <code>[[Terraform resource: aws_s3_versioning|aws_s3_versioning]]</code>
  

Revision as of 09:52, 3 September 2023

Amazon S3 versioning 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


AWS CLI:

Related

Activities

See also

Advertising: