-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unauthenticated Requests? #478
Comments
I would suggest that If the bucket is public why do you need s3 specific download? Could you not access it via the public http interface on the s3 bucket |
Thanks for the reply!
I was just wondering if for convenience there was an integrate way to have amazonka do this for me instead of implementing it myself. |
I don't think this is a supported thing right now, and this looks like a dupe of #483 so I'll close it. Maybe after 2.0 comes out we can look at features like this. |
Hi,
how can I make a request to public resources on S3? see tmspzz/Rome#126
I have a dug in the codebase but I could not find any obvious way.
If I catch
MissingFileError
how can I provide all the rest of the environment?Also
AccessKey
seems to want aByteString
and usingAWS_ACCESS_KEY_ID="" AWS_SECRET_ACCESS_KEY=""
to leads to 400 Bad RequesThank you very much for this wonderful library.
The text was updated successfully, but these errors were encountered: