Skip to content

S3 VersioningΒΆ

  • You can version your files in AWS S3
  • It is enabled at the AWS S3 Bucket level
  • Same key overwrite will increment it's version
  • It is best practice your AWS S3 Bucket
    • Protect against unintended deletes (ability to restore a version)
    • Easy [[roll back]] to previous version
  • Any file that is not versioned prior to enabling versioning will have version "null"

If we upload the same file once more:

Even if we hide the versions and delete the file, it will still be visible under the versions tab.