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
(I have created this ticket as I could find no information on how this is done in s3cmd, and wanted to create a lightning rod for discussion / patches etc - it is probable that I will implement this functionality if no one else has - it is generally quite easy to implement)
The text was updated successfully, but these errors were encountered:
Hello. Did you receive any input here from the s3cmd people? I have the exact same use case. I (briefly) read through the s3cmd code and it still does not appear to contain STS support. Support for STS would be greatly appreciated, and an excellent addition to the product!
@bwalding@cixelsyd Thanks for your messages.
I'm not specialist at all in this area, but iam support is not enough to support STS?
Otherwise, maintainers (including me) are pretty busy at this moment, but patches are kindly welcome and I promise to try to give a fast review if you try to implement that.
Use Case
account-master
account-child
ass3manipulator
Mechanics
The mechanics of this is relatively simple
AssumeRole
The configuration that is supplied is an IAM role to the
AssumeRole
API call -arn:aws:iam::<ACCOUNT>:role/<ROLE>
.An MFA token can be supplied at this stage if the target role requires one.
Related documentation
http://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html
(I have created this ticket as I could find no information on how this is done in s3cmd, and wanted to create a lightning rod for discussion / patches etc - it is probable that I will implement this functionality if no one else has - it is generally quite easy to implement)
The text was updated successfully, but these errors were encountered: