Skip to content
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

meta: Improve aws-node example readme #4753

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

arturi
Copy link
Contributor

@arturi arturi commented Oct 20, 2023

Logging notes we took with @aduh95 when trying to set up a new S3 bucket and set up correct CORS + policies

@aduh95
Copy link
Member

aduh95 commented Nov 30, 2023

I'm still getting CORS error with our test bucket, indicating something's missing from this guide.

"Sid": "MyMultipartPolicyStatement1",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::*:user/MY-UPPY-USER"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm getting the following error on the AWS console:

Unsupported Wildcard In Principal: Wildcards (*, ?) are not supported with the principal key AWS. Replace the wildcard with a valid principal value. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants