Is your feature request related to a problem? Please describe.
I would like to test s3-proxy locally using my SSO user's temporary credentials. I do not have permission to create a new IAM user.
It seems like most of the plumbing is there to accommodate the AWS_SESSION_TOKEN value.
Describe the solution you'd like
Add a 'credentials.token.(env|value|file)' to the config
Nevermind.. User error. I didn't realize the I could just omit credentials and it would be happy. In my defense, the documentation is a bit light on this topic 😅 .
Is your feature request related to a problem? Please describe. I would like to test s3-proxy locally using my SSO user's temporary credentials. I do not have permission to create a new IAM user.
It seems like most of the plumbing is there to accommodate the AWS_SESSION_TOKEN value.
Describe the solution you'd like
Describe alternatives you've considered Given my inability to create a new programmatic AWS IAM user. I can't think of anything else.
Additional context N/A