diff options
Diffstat (limited to 'docs-src')
| -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 |
