rlmcpherson / s3gof3r

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

InstanceKeys doesn't work with Lambda functions #105

Open pavelnikolov opened 8 years ago

pavelnikolov commented 8 years ago

I'm using s3gof3r inside a lambda function. And unfortunately I have to use static credentials. The problem with this is that they expire every so often. Instead I would like the use the IAM role of the service. I tried with the default AWS go package and the IAM role works there.