barnybug / s3

Swiss army pen-knife for Amazon S3: grep, cat, ls, sync, and more.
MIT License
57 stars 13 forks source link

AWS_ACCESS_KEY should be optional #1

Closed antoineco closed 9 years ago

antoineco commented 9 years ago

Hi there, first of all congratulations for this great project.

I would like to use this CLI from an EC2 instance with an attached role which grants it access to a specific S3 bucket. In this scenario one doesn't need any Access Key to perform operations on the bucket, however your project makes it mandatory. Would that be an issue to make it optional instead?

antoineco commented 9 years ago

Actually this issue should be submitted upstream in https://github.com/mitchellh/goamz, sorry for the noise!