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