UNPKG
caisson
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
0.0.0
Deploy your static website to AWS
caisson.co
christophercliff/caisson
caisson
/
assets
/
bucket-policy.json
14 lines
•
231 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"Version"
:
"2008-10-17"
,
"Statement"
: [ {
"Sid"
:
"AddPerm"
,
"Effect"
:
"Allow"
,
"Principal"
: {
"AWS"
:
"*"
},
"Action"
:
"s3:GetObject"
,
"Resource"
:
"arn:aws:s3:::
%s
/*"
} ] }