Skip to content
Shubhajit Saha edited this page Feb 23, 2016 · 11 revisions

Bucket

Bucket Name static.rime
Region US Standard

Permissions: CORS Configuration

<?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

Bucket Policy

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "Allow Public Access to All Objects",
            "Effect": "Allow",
            "Principal": "*",
            "Action": "s3:GetObject",
            "Resource": "arn:aws:s3:::static.rime/*"
        }
    ]
}

Endpoints

Clone this wiki locally