diff --git a/README_OADP_VMDP.md b/README_OADP_VMDP.md index 71cb675cec5..fa932ae9899 100644 --- a/README_OADP_VMDP.md +++ b/README_OADP_VMDP.md @@ -16,6 +16,16 @@ OADP-VMDP is built for [OpenShift Virtualization certified guest operating syste ### 1. Create a Backup Storage Location (BSL) +If using aws: +** note --endpoint w/ "s3..amazonaws.com" did not work + +```bash +oadp-vmdp bsl create s3 \ + --bucket my-backup-bucket \ + --access-key YOUR_ACCESS_KEY \ + --secret-access-key YOUR_SECRET_KEY +``` + ```bash oadp-vmdp bsl create s3 \ --bucket my-backup-bucket \