xenon-middleware / xenon

A middleware abstraction library that provides a simple programming interface to various compute and storage resources.
http://xenon-middleware.github.io/xenon/
Apache License 2.0
34 stars 17 forks source link

S3 does not allow anonymous access #614

Closed sverhoeven closed 6 years ago

sverhoeven commented 6 years ago

Sometimes a S3 bucket is readable/writeable by anonymous users. At the moment the S3 adaptor must be passed a PasswordCredential.

I would like it to allow a DefaultCredential to be passed.

jmaassen commented 6 years ago

Agreed. Will fix