Cross-Origin Resource Sharing (CORS):
- CORS is a method of allowing a web application located in one domain to access and use resources in another domain.
- This allows web applications running JavaScript or HTML5 to access resources in an S3 bucket without using a proxy server.
- For AWS, this (commonly) means that a web applications hosted in one S3 bucket can access resources in another S3 bucket.