TGV: Train with Great Velocity CONF
Config

S3 bucket cors Config

by Manuchap
Locomotive 3.x

S3 bucket cors config necessary to edit images as stated in the docs.

<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">;
<CORSRule>
    <AllowedOrigin>*</AllowedOrigin>
    <AllowedMethod>GET</AllowedMethod>
    <AllowedMethod>POST</AllowedMethod>
    <AllowedMethod>PUT</AllowedMethod>
    <AllowedHeader>*</AllowedHeader>
</CORSRule>
</CORSConfiguration>


  Back to the list
X

Signup


X

Sign-in