Skip to content

Commit 17d5ec4

Browse files
committed
Add documentation entry for AWS_STS_REGIONAL_ENDPOINTS
Signed-off-by: Elijah Zupancic <e.zupancic@f5.com>
1 parent 8aa70f9 commit 17d5ec4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/getting_started.md

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ There are few optional environment variables that can be used.
5151

5252
* `HOSTNAME` - (optional) The value will be used for Role Session Name. The default value is nginx-s3-gateway.
5353
* `STS_ENDPOINT` - (optional) Overrides the STS endpoint to be used in applicable setups. This is not required when running on EKS. See the EKS portion of the guide below for more details.
54+
* `AWS_STS_REGIONAL_ENDPOINTS` - (optional) Allows for a regional STS endpoint to be
55+
selected. When the regional model is selected then the STS endpoint generated will
56+
be coded to the current AWS region. This environment variable will be ignored if
57+
`STS_ENDPOINT` is set. Valid options are: `global` (default) or `regional`.
5458

5559

5660
### Configuring Directory Listing

0 commit comments

Comments
 (0)