diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-08-17 11:53:32 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2019-10-13 12:03:59 -0400 |
| commit | b2a1fb672bdd6d5e804e22766618cafa334af752 (patch) | |
| tree | 0177dbfe1b80aad8e3b166291efb931cfd6d5728 /docs-src/content | |
| parent | d0d67b1dd388ee9ae0c4afd750cf1e1f11d3032a (diff) | |
Supporting s3 datasources
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs-src/content')
| -rw-r--r-- | docs-src/content/functions/aws.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
