From 5211b906406245316dcbd1b1e2c5688024cce60f Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Mon, 14 Mar 2022 13:25:47 -0400 Subject: [PATCH] reword aws plugin s3url feature --- oadp/bookbag/workshop/content/Overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oadp/bookbag/workshop/content/Overview.adoc b/oadp/bookbag/workshop/content/Overview.adoc index 81d1cc4..d5b20d5 100644 --- a/oadp/bookbag/workshop/content/Overview.adoc +++ b/oadp/bookbag/workshop/content/Overview.adoc @@ -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.