mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-24 10:43:55 +01:00
document AWS bucket policy
This commit is contained in:
parent
bf139c6bb6
commit
74e0d93c3f
16
_aws/bucket-policy.json
Normal file
16
_aws/bucket-policy.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
{
|
||||
"Sid": "PublicReadGetObject",
|
||||
"Effect": "Allow",
|
||||
"Principal": "*",
|
||||
"Action": [
|
||||
"s3:GetObject"
|
||||
],
|
||||
"Resource": [
|
||||
"arn:aws:s3:::www.bigchaindb.com/*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user