From 8d574d2eaad87cf7af7af4df91de0cbb80c7f61e Mon Sep 17 00:00:00 2001 From: Lauro Balderas Date: Thu, 23 Jul 2015 22:53:20 +1000 Subject: [PATCH] S3 backend session token documentation updated --- website/source/docs/config/index.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/config/index.html.md b/website/source/docs/config/index.html.md index 4de6cef584..55b60189bc 100644 --- a/website/source/docs/config/index.html.md +++ b/website/source/docs/config/index.html.md @@ -143,6 +143,8 @@ For S3, the following options are supported: * `secret_key` - (required) The AWS secret key. It must be provided, but it can also be sourced from the AWS_SECRET_ACCESS_KEY environment variable. + * `session_token` - (optional) The AWS session_token. It can also be sourced from the AWS_SESSION_TOKEN environment variable. + * `region` (optional) - The AWS region. It can be sourced from the AWS_DEFAULT_REGION environment variable and will default to "us-east-1" if not specified. #### Backend Reference: MySQL