AWS -AWS S3 -How to How to configure CORS for S3 bucket in AWSSteps to configure CORS (Cross-origin resource sharing) in AWS S3. We can configure the level of access each origin have on the S3 bucket.
AWS -AWS S3 -How to How to grant Public Read access to an S3 Bucket in AWSFor an S3 bucket to have public read access, we need to disable the Block public access section, add access permissions in the Bucket Policy section and allow all HTTP requests in the Cross-origin resource sharing (CORS) section.