aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c611ae4..7136981 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ For AWS S3, Edit bucket setting, set "Permissions" -> "Bucket Policy" to:
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
- "Resource": "arn:aws:s3:::nebulive/*"
+ "Resource": "arn:aws:s3:::YOUR_BUCKET/*"
}
]
}