deis/registry

S3 object store on aws should not require credentials

Closed this issue · 2 comments

accesskey and secretkey should not be required as aws-sdk when running on an AWS instance will pull the credentials from the metadata service

kmala commented

fixed by #52

@kmala Looks like this is broken again by 3af1129 cc: @bacongobbler

If we don't set any aws access key or secret, it should fall back to using instance iam role (ec2 metadata api)