-
Notifications
You must be signed in to change notification settings - Fork 340
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
Caught an AmazonServiceException #11
Comments
Looks like an authentication problem. Are you sure your AWS credentials are specified correctly and that your credentials are configured for S3 access? |
I got my credentials from https://console.aws.amazon.com/iam/home?#users I PS: Thanks for the mighty quick response! On Tue, Nov 24, 2015 at 3:20 PM, Jason Fulghum [email protected]
|
Never mind. I figured this out. In https://console.aws.amazon.com/iam/home?#policies, filter by the string "S3." Check on "AmazonS3FullAccess." On the top, click on "Policy Actions" and then "Attach" and the user you want to assign this policy to. Now, I am able to run the example. |
PS: it is worthwhile updating the README for this. Let me know if you will let me open a pull request; else, please close this issue. |
Glad you got it figured out so fast! We'd be happy to accept a pull request for updated documentation. |
When I tried to run this sample, I get this:
Any help is appreciated.
The text was updated successfully, but these errors were encountered: