Enabling Cross-Origin Resource Sharing. Bucket CORS Configuration.
CS Browser
Free Windows client for Amazon S3 and Amazon S3 compatible storage services
 
Follow

Bucket CORS Configuration - Table of Contents

Cross-Origin Resource Sharing Overview

Cross-origin resource sharing (CORS) is a web browser technology specification that defines ways for a web server to allow its resources to be accessed by a web page from a different domain - From Wikipedia, the free encyclopedia.

Recently Amazon S3 Team announced suppor for Cross-Origin Resource Sharing (CORS). You may now configure your bucket to allow cross-origin resource access using simple CORS configuration rules.

Starting from version 3.6.1 CS Browser Freeware provides you an easy way to manage CORS configuration rules for your S3 buckets.

To edit Bucket CORS Configuration

1. Click Buckets, CORS Configuration:

Edit Bucket CORS Configuration.

You may also use the Ctrl+R keyboard shortcut to open CORS Configuration Editor.

The CORS Configuration Editor dialog will open:

Amazon S3 bucket cors configuration editor

CORS Configuration Editor dialog.

2. Enter or edit CORS Configuration and click the Apply button.

Please check some configuration examples below and AWS Documentation for more details.

Examples of Bucket CORS Configuration

<CORSConfiguration>
 <CORSRule>
   <AllowedOrigin>https://www.example.com</AllowedOrigin>

   <AllowedMethod>PUT</AllowedMethod>
   <AllowedMethod>POST</AllowedMethod>
   <AllowedMethod>DELETE</AllowedMethod>

   <AllowedHeader>*</AllowedHeader>
 </CORSRule>
 <CORSRule>
   <AllowedOrigin>*</AllowedOrigin>
   <AllowedMethod>GET</AllowedMethod>
 </CORSRule>
</CORSConfiguration>

The CORS configuration also allows optional configuration parameters:

<CORSConfiguration>
 <CORSRule>
   <AllowedOrigin>https://www.example.com</AllowedOrigin>
   <AllowedMethod>PUT</AllowedMethod>
   <AllowedMethod>POST</AllowedMethod>
   <AllowedMethod>DELETE</AllowedMethod>
   <AllowedHeader>*</AllowedHeader>
  <MaxAgeSeconds>3000</MaxAgeSeconds>
  <ExposeHeader>x-amz-server-side-encryption</ExposeHeader>
  <ExposeHeader>x-amz-request-id</ExposeHeader>
  <ExposeHeader>x-amz-id-2</ExposeHeader>
 </CORSRule>
</CORSConfiguration>

See AWS Documentation for elements description.

CS Browser 13.3.5 Freeware
Powered by Amazon Web Services and Rated by CNET Editors!
Social Connection
 
People like CS Browser!
People like us
Our customers say

"CS Browser is an invaluable tool to me as a web developer to easily manage my automated site backups" -Bob Kraft, Web Developer

"Just want to show my appreciation for a wonderful product. I use CS Browser a lot, it is a great tool." -Gideon Kuijten, Pro User

"Thank You Thank You Thank You for this tool. A must have for anyone using Amazon S3!" -Brian Cummiskey, USA

Related Products
RdpGuard
protects your Windows Server from RDP Brute-force Attacks.
CS Browser is developed by Netsdk Software FZE and is not affiliated with, endorsed by, or sponsored by Amazon or AWS. Amazon S3 and Amazon S3 Glacier are trademarks of Amazon.com, Inc. or its affiliates.
Copyright © 2008-2026 Netsdk Software FZE. All rights reserved.  Terms of Use.  Privacy Policy.  S3 Drive.  RDP brute-force protection.