Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jtroberts83/33c6e2f9576dbd6cc7fc57e3e4ea3fd3 to your computer and use it in GitHub Desktop.
Save jtroberts83/33c6e2f9576dbd6cc7fc57e3e4ea3fd3 to your computer and use it in GitHub Desktop.
{
"object-reporting": {"access-denied-owner": false, "bucket": "our-salactus-s3-logs", "prefix": "objects/acl"},
"visitors": [
{
"allow-log": true,
"type": "object-acl",
"report-only": true,
"whitelist-accounts": ["*"]
}
],
"accounts": [
{
"role": "arn:aws:iam::45454545454545454:role/ROLENAME",
"account-id": "45454545454545454",
"canonical-id":"account-alias1",
"name": "account-alias1",
"tags": [
"target-tags"
]
},
{
"role": "arn:aws:iam::12121212121212121:role/ROLENAME",
"account-id": "12121212121212121",
"canonical-id":"alias-name2",
"name": "alias-name2",
"tags": [
"target-tags"
]
},
{
"role": "arn:aws:iam::12345678900:role/ROLENAME",
"account-id": "12345678900",
"canonical-id":"alias-name3",
"name": "alias-name3",
"tags": [
"target-tags"
]
}
],
"inventory": {
"id-selector": "inventory-id",
"bucket-size-threshold": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment