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.
This commit is contained in:
Adrian Goins 2019-07-01 10:44:52 -04:00 committed by Sheng Yang
parent 947799d80b
commit dac12eb1e9

View File

@ -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
```