rlmcpherson / s3gof3r

Fast, concurrent, streaming access to Amazon S3, including gof3r, a CLI. http://godoc.org/github.com/rlmcpherson/s3gof3r
MIT License
1.15k stars 181 forks source link

Add support for retrieving credentials from ECS container agent. #125

Open ericpollmann opened 7 years ago

ericpollmann commented 7 years ago

This change adds another ...Keys() method that allows credentials to be retrieved from the ECS container agent. More information on how this works is available here:

http://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html

We're currently using s3gof3r on our product and hope this addition is useful to others as well!