Bucket Permissions¶
This section explains how to check the access permissions configured for the S3 bucket.
How to view Bucket Permission¶
To view Permission associated with a bucket:
Select the bucket from your bucket list.
In the bottom panel, click on the Permission tab to view the Permission associated with the bucket.
To view CORS click on the show.
To view BucketPolicy on the show.
Permissions¶
To view the permissions for an S3 bucket, you can check the following aspects:
Access:
Description: Indicates whether a policy is attached to the bucket.
Object Ownership:
Description: Specifies the ownership settings for objects in the bucket.
Owner:
Description: The AWS account that owns the bucket.
Canonical ID:
Description: A unique identifier for the bucket owner.
Owner Permission:
Description: The level of permission that the owner has over the bucket.
CORS:
Cross-origin resource sharing (CORS) defines a way for client web applications that are loaded in one domain to interact with resources in a different domain. With CORS support, you can build rich client-side web applications with Amazon S3 and selectively allow cross-origin access to your Amazon S3 resources.For detailed information about CORS, see the AWS CORS documentation.
Bucket Policy:
Description: Indicates whether a bucket policy is attached to the bucket.For detailed information about configuring CORS, see the AWS Bucket Policy documentation.