andrewrk / node-s3-client

high level amazon s3 client for node.js
MIT License
1k stars 303 forks source link

How to make unauthenticated/anonymous request? #165

Open binki opened 7 years ago

binki commented 7 years ago

I was trying to use this to access a public S3 bucket using the API. I don’t want to have to create credentials and I can directly access the listing API via my browser without setting up any credentials. I see that the underlying library has a makeUnauthenticatedRequest() function (https://github.com/aws/aws-sdk-js/issues/206), could this functionality be exposed in this library or the README updated to demonstrate how to do this?