Fix S3 bucket name and create deployment bucket

- 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
This commit is contained in:
Deco Vander 2025-07-03 00:02:52 -04:00
parent e58e89ac72
commit 5b9c9f7396
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::ice.puremichigan.lol/scripts/*"
"Resource": "arn:aws:s3:::ice-puremichigan-lol/scripts/*"
}
]
}