-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Closed
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>enhancement
Description
The current setup does not support the ability to provide an AWS_SECURITY_TOKEN
to be used with AWS STS authentication.
I believe the changes necessary would be to add an additional field to Settings
for the cloud-aws plugin CLOUD_S3.TOKEN
and if set, then return an instance of BasicSessionCredentials(accessKey, secretKey, sessionToken);
instead of new BasicAWSCredentials(account, key)
.
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>enhancement