S3 - Cors

Card Puncher Data Processing

About

Browser - Cross Origin Resource Sharing (CORS) in s3

Conf

  • s3 bucket > Properties tab, open the Permissions section, and click Edit 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>
      <AllowedMethod>PUT</AllowedMethod>
      <AllowedMethod>POST</AllowedMethod>
      <AllowedMethod>DELETE</AllowedMethod>
      <AllowedHeader>*</AllowedHeader>
   </CORSRule>
</CORSConfiguration>







Share this page:
Follow us:
Task Runner