-
Notifications
You must be signed in to change notification settings - Fork 0
Shubhajit Saha edited this page Feb 23, 2016
·
11 revisions
| Bucket Name | static.rime |
|---|---|
| Region | US Standard |
<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<CORSRule>
<AllowedOrigin>*</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<AllowedHeader>*</AllowedHeader>
</CORSRule>
</CORSConfiguration>No 'Access-Control-Allow-Origin' #5
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Allow Public Access to All Objects",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::static.rime/*"
}
]
}