Skip to content

Commit

Permalink
reword aws plugin use for s3url
Browse files Browse the repository at this point in the history
  • Loading branch information
kaovilai committed Mar 14, 2022
1 parent e281520 commit 896fb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oadp/bookbag/workshop/content/Overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Also note the feature flags specified under `spec.configuration.velero.featureFl

- EnableCSI: a required flag to enable CSI support

The object storage we are using is an S3 storage provided by OpenShift Storage with local endpoint at `http://s3.openshift-storage.svc/`. We are relying on the aws plugin to access this local endpoint specifying custom s3Url. The bucket name is `migstorage`, the prefix `velero` is the directory used to segregate the velero backup and restore from root of object storage.
The object storage we are using is an S3 storage provided by OpenShift Storage with local endpoint at `http://s3.openshift-storage.svc/`. We are using custom s3Url capability of the aws velero plugin to access this local endpoint in velero. The bucket name is `migstorage`, the prefix `velero` is the directory used to segregate the velero backup and restore from root of object storage.

The snapshot locations enabled for storing volume snapshots are aws ebs and csi. We will explore more about CSI in the following sections.

Expand Down

0 comments on commit 896fb5f

Please sign in to comment.