- Created S3 bucket: ice-puremichigan-lol - Updated all references to use correct bucket name - Applied public access policy for scripts/* path - Ready for automated deployment via GitHub Actions
12 lines
245 B
JSON
12 lines
245 B
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Sid": "PublicReadGetObject",
|
|
"Effect": "Allow",
|
|
"Principal": "*",
|
|
"Action": "s3:GetObject",
|
|
"Resource": "arn:aws:s3:::ice-puremichigan-lol/scripts/*"
|
|
}
|
|
]
|
|
}
|