Skip to content

oadp s3 bucket version support #97094

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/oadp-support-backup-data-immutability.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Depending on the specific provider and configuration, backups might work in some

* AWS S3 service supports backups because an S3 object lock only applies to versioned buckets. You can still update the object data for the new version. However, when backups are deleted, old versions of the objects are not deleted.

* {oadp-short} 1.4 onward, you can store {oadp-short} backups in an {aws-short} S3 bucket with versioning enabled. The versioning support is only for {aws-short} S3 buckets and not for S3-compatible buckets.

* Azure Storage Blob supports both versioned-level immutability and container-level immutability. In a versioned-level situation, data immutability can still work in {oadp-short}, but not at the container level.

* GCP Cloud storage policy only supports bucket-level immutability. Therefore, it is not feasible to implement it in the GCP environment.