docs: Renumber unique IDs on policies for easier uniqueness.

This commit is contained in:
Alex Vandiver 2022-11-18 12:08:14 -05:00 committed by Tim Abbott
parent 183653df9f
commit b8ab02022c
1 changed files with 4 additions and 4 deletions

View File

@ -87,10 +87,10 @@ The file uploads bucket should have a policy of:
```json ```json
{ {
"Version": "2012-10-17", "Version": "2012-10-17",
"Id": "Policy1468991802321", "Id": "Policy1468991802320",
"Statement": [ "Statement": [
{ {
"Sid": "", "Sid": "Stmt1468991795370",
"Effect": "Allow", "Effect": "Allow",
"Principal": { "Principal": {
"AWS": "ARN_PRINCIPAL_HERE" "AWS": "ARN_PRINCIPAL_HERE"
@ -103,7 +103,7 @@ The file uploads bucket should have a policy of:
"Resource": "arn:aws:s3:::BUCKET_NAME_HERE/*" "Resource": "arn:aws:s3:::BUCKET_NAME_HERE/*"
}, },
{ {
"Sid": "Stmt1468991795389", "Sid": "Stmt1468991795371",
"Effect": "Allow", "Effect": "Allow",
"Principal": { "Principal": {
"AWS": "ARN_PRINCIPAL_HERE" "AWS": "ARN_PRINCIPAL_HERE"
@ -125,7 +125,7 @@ policy should be:
```json ```json
{ {
"Version": "2012-10-17", "Version": "2012-10-17",
"Id": "Policy1468991802322", "Id": "Policy1468991802321",
"Statement": [ "Statement": [
{ {
"Sid": "Stmt1468991795380", "Sid": "Stmt1468991795380",