You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started.md
+4
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,10 @@ There are few optional environment variables that can be used.
51
51
52
52
*`HOSTNAME` - (optional) The value will be used for Role Session Name. The default value is nginx-s3-gateway.
53
53
*`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`.
0 commit comments