From b8ab02022c0ddd2e624e9a78805ab61e68b11413 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Fri, 18 Nov 2022 12:08:14 -0500 Subject: [PATCH] docs: Renumber unique IDs on policies for easier uniqueness. --- docs/production/upload-backends.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/production/upload-backends.md b/docs/production/upload-backends.md index 4c88e456cc..92750be624 100644 --- a/docs/production/upload-backends.md +++ b/docs/production/upload-backends.md @@ -87,10 +87,10 @@ The file uploads bucket should have a policy of: ```json { "Version": "2012-10-17", - "Id": "Policy1468991802321", + "Id": "Policy1468991802320", "Statement": [ { - "Sid": "", + "Sid": "Stmt1468991795370", "Effect": "Allow", "Principal": { "AWS": "ARN_PRINCIPAL_HERE" @@ -103,7 +103,7 @@ The file uploads bucket should have a policy of: "Resource": "arn:aws:s3:::BUCKET_NAME_HERE/*" }, { - "Sid": "Stmt1468991795389", + "Sid": "Stmt1468991795371", "Effect": "Allow", "Principal": { "AWS": "ARN_PRINCIPAL_HERE" @@ -125,7 +125,7 @@ policy should be: ```json { "Version": "2012-10-17", - "Id": "Policy1468991802322", + "Id": "Policy1468991802321", "Statement": [ { "Sid": "Stmt1468991795380",