mitchellh / goamz

Golang Amazon Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS_ACCESS_KEY should be optional

antoineco opened this issue · comments

EC2 instances with an attached IAM role which grants them access to a specific set of S3 bucket do not need any Access Key to perform operations on the bucket, however your project makes it mandatory to provide credentials. Would that be an issue to make it optional instead?