AWS S3 versioning
(Redirected from Bucket versioning)
Jump to navigation
Jump to search
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:
Contents
Errors[edit]
Related[edit]
- AWS S3 lifecycle
- AWS backup:
aws backup list-backup-jobs - Terraform resource: aws_s3_bucket_versioning
- AWS Config
- Terraform
noncurrent_version_expirationproperty inaws_s3_bucket_lifecycle_configurationresource. - Amazon S3 point-in-time recovery
- Object Versioning
- Data integrity
- AWS Cloudtail best practices
- google_storage_bucket
- AWS resilence
Activities[edit]
- Using versioning in S3 buckets
- 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/
See also[edit]
- Versioning, AWS S3 versioning,
mc version enable aws s3control[get-bucket-lifecycle-configuration|put-bucket-lifecycle-configuration|delete-bucket-lifecycle-configuration]
Advertising: