Skip to content

Commit a00f352

Browse files
authored
Update README.md
* use a generic bucket name
1 parent c1970a9 commit a00f352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ If you want the contents of the S3 bucket to be accessible to the world, the fol
277277
"Effect": "Allow",
278278
"Principal": "*",
279279
"Action": "s3:GetObject",
280-
"Resource": "arn:aws:s3:::swordfish.space/*"
280+
"Resource": "arn:aws:s3:::bucket-name/*"
281281
}
282282
]
283283
}

0 commit comments

Comments
 (0)