forked from TrueCloudLab/rclone
Add both forms of env var to the docs
This commit is contained in:
parent
ce05ef7110
commit
a0b9bd527e
1 changed files with 3 additions and 1 deletions
|
@ -157,7 +157,9 @@ credentials. In order of precedence:
|
||||||
- set `access_key_id` and `secret_access_key`
|
- set `access_key_id` and `secret_access_key`
|
||||||
- Runtime configuration:
|
- Runtime configuration:
|
||||||
- set `env_auth` to `true` in the config file
|
- set `env_auth` to `true` in the config file
|
||||||
- Exporting `AWS_ACCESS_KEY` and `AWS_SECRET_KEY` while running `rclone`
|
- Exporting the following environment variables before running `rclone`
|
||||||
|
- Access Key ID: `AWS_ACCESS_KEY_ID` or `AWS_ACCESS_KEY`
|
||||||
|
- Secret Access Key: `AWS_SECRET_ACCESS_KEY` or `AWS_SECRET_KEY`
|
||||||
- Running `rclone` on an EC2 instance with an IAM role
|
- Running `rclone` on an EC2 instance with an IAM role
|
||||||
|
|
||||||
If none of these option actually end up providing `rclone` with AWS
|
If none of these option actually end up providing `rclone` with AWS
|
||||||
|
|
Loading…
Reference in a new issue