Skip to content

Commit ecbd2ab

Browse files
committed
docs(readme): add new variable for the Object Storage section
- variable "OBJECTSTORE_S3_SESSION_TOKEN" to support AWS STS auth workflow Signed-off-by: Hector Valcarcel <[email protected]>
1 parent dc7b7af commit ecbd2ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ To use an external S3 compatible object store as primary storage, set the follow
271271
- `OBJECTSTORE_S3_PORT`: The port that the object storage server is being served over
272272
- `OBJECTSTORE_S3_KEY`: AWS style access key
273273
- `OBJECTSTORE_S3_SECRET`: AWS style secret access key
274+
- `OBJECTSTORE_S3_SESSION_TOKEN`: AWS style session token for STS auth workflows
274275
- `OBJECTSTORE_S3_STORAGE_CLASS`: The storage class to use when adding objects to the bucket
275276
- `OBJECTSTORE_S3_SSL` (default: `true`): Whether or not SSL/TLS should be used to communicate with object storage server
276277
- `OBJECTSTORE_S3_USEPATH_STYLE` (default: `false`): Not required for AWS S3

0 commit comments

Comments
 (0)