Working with CORS

Cross-Origin Resource Sharing (CORS) allows client web applications that reside in one domain to interact with resources in a different domain, within the same bucket.

Eucalyptus supports creating (enabling), getting, and deleting a CORS configuration on a bucket. An authenticated user who owns a bucket, can do the following:
In the above scenarios, the equivalent operations in the Eucalyptus Management Console can be found in the sharing settings of a bucket:

For more information about CORS in AWS, such as creating different rules, go to AWS Cross-Origin Resource Sharing (CORS).