logstash-plugins / logstash-input-s3

Apache License 2.0
58 stars 152 forks source link

Consume files under buckets owned by a different AWS account #50

Open pegerto opened 9 years ago

pegerto commented 9 years ago

Hello

I need to read from a bucket that I do not own, for this I need to switch my role once I am authenticated as per documented at http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-walkthrough-crossacct.html

The use of assume role can be implemented as described http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-usingrole-switchapi.html

Thoughts ?