From a0b9bd527ea0b6ea1e48392b87f56f26ab919e35 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 9 Feb 2016 17:19:13 +0000 Subject: [PATCH] Add both forms of env var to the docs --- docs/content/s3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/s3.md b/docs/content/s3.md index 401f9f647..f99d2277f 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -157,7 +157,9 @@ credentials. In order of precedence: - set `access_key_id` and `secret_access_key` - Runtime configuration: - 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 If none of these option actually end up providing `rclone` with AWS