From b2a1fb672bdd6d5e804e22766618cafa334af752 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sat, 17 Aug 2019 11:53:32 -0400 Subject: Supporting s3 datasources Signed-off-by: Dave Henderson --- docs-src/content/functions/aws.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs-src/content') diff --git a/docs-src/content/functions/aws.yml b/docs-src/content/functions/aws.yml index f90da80d..42ce1bad 100644 --- a/docs-src/content/functions/aws.yml +++ b/docs-src/content/functions/aws.yml @@ -12,9 +12,10 @@ preamble: | | Environment Variable | Description | | -------------------- | ----------- | + | `AWS_ANON` | Set to `true` when accessing services that do not need authentication, such as with public S3 buckets. Not part of the AWS SDK. | | `AWS_TIMEOUT` | _(Default `500`)_ Adjusts timeout for API requests, in milliseconds. Not part of the AWS SDK. | | `AWS_PROFILE` | Profile name the SDK should use when loading shared config from the configuration files. If not provided `default` will be used as the profile name. | - | `AWS_REGION` | Specifies where to send requests. See [this list](https://docs.aws.amazon.com/general/latest/gr/rande.html). Note that the region must be set for AWS functions to work correctly, either through this variable, or a configuration profile. | + | `AWS_REGION` | Specifies where to send requests. See [this list](https://docs.aws.amazon.com/general/latest/gr/rande.html). Note that the region must be set for AWS functions to work correctly, either through this variable, through a configuration profile, or by running on an EC2 instance. | funcs: - name: aws.EC2Meta alias: ec2meta -- cgit v1.2.3