Add AWS Session Token support #1039
Labels
area/artifacts
S3/GCP/OSS/Git/HDFS etc
solution/superseded
This PR or issue has been superseded by another one (slightly different from a duplicate)
type/feature
Feature request
This is a feature request.
Please add support for AWS session tokens as an optional credential for S3 access. In our corporate account we have to use session tokens in addition to the access key and secret key when doing local development.
I see that you create a minio client with NewWithRegion. It looks like you could pass in a Session Token you instead use NewWithCredentials instead.
The text was updated successfully, but these errors were encountered: