-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paths3-permissions.json
More file actions
29 lines (29 loc) · 979 Bytes
/
s3-permissions.json
File metadata and controls
29 lines (29 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": [
"arn:aws:s3:::static.dfda.earth/*.bmp",
"arn:aws:s3:::static.dfda.earth/*.css",
"arn:aws:s3:::static.dfda.earth/*.gif",
"arn:aws:s3:::static.dfda.earth/*.html",
"arn:aws:s3:::static.dfda.earth/*.jpg",
"arn:aws:s3:::static.dfda.earth/*.jpeg",
"arn:aws:s3:::static.dfda.earth/*.ico",
"arn:aws:s3:::static.dfda.earth/*.js",
"arn:aws:s3:::static.dfda.earth/*.json",
"arn:aws:s3:::static.dfda.earth/*.map",
"arn:aws:s3:::static.dfda.earth/*.pdf",
"arn:aws:s3:::static.dfda.earth/*.png",
"arn:aws:s3:::static.dfda.earth/*.svg",
"arn:aws:s3:::static.dfda.earth/*.zip",
"arn:aws:s3:::static.dfda.earth/*.woff",
"arn:aws:s3:::static.dfda.earth/*.ttf"
]
}
]
}