From dac12eb1e99b8e3849ba2c167ce3fd10b861746f Mon Sep 17 00:00:00 2001 From: Adrian Goins Date: Mon, 1 Jul 2019 10:44:52 -0400 Subject: [PATCH] remove backupstore from S3 path The docs say to use `s3://backupbucket@us-east-1/backupstore` but the app already appears to create `backupstore` in the bucket. This means we end up with `backupbucket/backupstore/backupstore/volumes/...` This edit removes `backupstore` from the S3 path. --- docs/snapshot-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snapshot-backup.md b/docs/snapshot-backup.md index 1f3b63a..866a476 100644 --- a/docs/snapshot-backup.md +++ b/docs/snapshot-backup.md @@ -92,7 +92,7 @@ kubectl create -f https://raw.githubusercontent.com/rancher/longhorn/master/depl Now set `Settings/General/BackupTarget` to ``` -s3://backupbucket@us-east-1/backupstore +s3://backupbucket@us-east-1/ ``` And `Setttings/General/BackupTargetSecret` to ```