Skip to content

Instantly share code, notes, and snippets.

@sibelius
Last active December 12, 2023 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sibelius/c1b61b4d800636681d73e1cac9c2b067 to your computer and use it in GitHub Desktop.
Save sibelius/c1b61b4d800636681d73e1cac9c2b067 to your computer and use it in GitHub Desktop.
acl s3 mongo backup staging
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::mongo-dev-backup",
"arn:aws:s3:::mongo-dev-backup/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment