Skip to content

Instantly share code, notes, and snippets.

View ELHoussineT's full-sized avatar

ELHoussineT

  • Munich, Germany
View GitHub Profile
@ELHoussineT
ELHoussineT / monosnap policy aws.json
Created February 13, 2024 14:21
Minimal policy to give to monosnap for s3 upload
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGroupToSeeBucketListInTheConsole",
"Action": [
"s3:ListAllMyBuckets"
],
"Effect": "Allow",
"Resource": [