aboutsummaryrefslogtreecommitdiff
path: root/bucket/fetchonly.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bucket/fetchonly.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/bucket/fetchonly.json b/bucket/fetchonly.json
new file mode 100644
index 0000000..42b92da
--- /dev/null
+++ b/bucket/fetchonly.json
@@ -0,0 +1,15 @@
+{
+ "Version": "2012-10-17",
+ "Statement": [
+ {
+ "Effect": "Allow",
+ "Principal": {
+ "AWS": [
+ "*"
+ ]
+ },
+ "Action": "s3:GetObject",
+ "Resource": "arn:aws:s3:::BUCKETNAME/*"
+ }
+ ]
+}