- - - - - - - - - CORS CONFIG - - - - - - - - -
*
GET
3000
Authorization
- - - - - - - - - BUCKET POLICY - - - - - - - - -
{
"Version": "2008-10-17",
"Id": "Policy1380877762691",
"Statement": [
{
"Sid": "Stmt1380877761162",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::/*"
}
]
}