Clarify non-explicit cloud auth for autosnapshots. (#11370)

This commit is contained in:
Nick Cabatoff 2021-04-16 09:14:52 -04:00 committed by GitHub
parent 33dd025278
commit 4312c2381e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,9 @@ where the snapshots are written, as well as a retention policy governing when
older snapshots get deleted.
Note that for cloud storage types, you can either provide credentials explicitly
using the parameters below, or omit them and rely on the cloud provider's
other mechanisms to provide access to cloud resources.
using the parameters below, or for GCP and AWS you can omit them and rely on the
other mechanisms the cloud provider's SDK allows for authenticating, e.g.
environment variables or files on disk in predefined locations.
| Method | Path |
| :----- | :--------------------------------------------- |