mirror of https://github.com/rclone/rclone
docs: adjust spectra logic example endpoint name
This commit is contained in:
parent
43848f5c42
commit
4c74ded85a
|
|
@ -6752,7 +6752,7 @@ Option endpoint.
|
|||
Endpoint for S3 API.
|
||||
Required when using an S3 clone.
|
||||
Enter a value. Press Enter to leave empty.
|
||||
endpoint> https://bps3.example.com
|
||||
endpoint> https://bp.example.com
|
||||
|
||||
Edit advanced config?
|
||||
y) Yes
|
||||
|
|
@ -6765,7 +6765,7 @@ Options:
|
|||
- provider: SpectraLogic
|
||||
- access_key_id: ACCESS_KEY
|
||||
- secret_access_key: SECRET_ACCESS_KEY
|
||||
- endpoint: https://bps3.example.com
|
||||
- endpoint: https://bp.example.com
|
||||
Keep this "spectratest" remote?
|
||||
y) Yes this is OK (default)
|
||||
e) Edit this remote
|
||||
|
|
@ -6781,7 +6781,7 @@ type = s3
|
|||
provider = SpectraLogic
|
||||
access_key_id = ACCESS_KEY
|
||||
secret_access_key = SECRET_ACCESS_KEY
|
||||
endpoint = https://bps3.example.com
|
||||
endpoint = https://bp.example.com
|
||||
```
|
||||
|
||||
### Storj
|
||||
|
|
|
|||
Loading…
Reference in New Issue