Created
April 12, 2023 21:06
-
-
Save brinnaebent/91bd70acd7f720c008cfe6f04fe11f3c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "S3Access", | |
"Effect": "Allow", | |
"Action": "s3:PutObject", | |
"Resource": "arn:aws:s3:::your-bucket-name/*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment