Documents
Integration with S3 (AWS)


For Hybrid Fetch to work with the storage service S3 from AWS, the following settings are the ones required:

  1. In your AWS administration console go to S3
  2. Go to the bucket where you want to apply the changes
  3. Go to permissions
  4. In permissions go to CORS configuration
  5. Add the following XML 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>
  1. Save the changes



Want to know more?

Talk to an expert