Initial commit - BraceIQMed platform with frontend, API, and brace generator
This commit is contained in:
12
frontend/policy.json
Normal file
12
frontend/policy.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
{
|
||||
"Sid": "PublicReadGetObject",
|
||||
"Effect": "Allow",
|
||||
"Principal": "*",
|
||||
"Action": "s3:GetObject",
|
||||
"Resource": "arn:aws:s3:::braceflow-ui-www/*"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user