S3 Explorer gives you fine-grained control over who can view or modify your S3 data. All security settings are located in the inspector panel when you select a bucket or object. From there you can edit policies, ACLs and CORS rules in a consistent layout.
The Bucket Policy tab lets you paste JSON policies exactly as you would in the AWS console. Use the Validate button to check syntax errors before saving. Policies control which IAM users, roles or public principals can access your bucket or objects.
The Access Control List (ACL) tab offers a simple form for assigning permissions. You can choose a canned ACL like private or public-read, or define custom grantees. Each grantee entry has these labels:
Use Add Grantee to insert a new row, then Save when finished. For advanced users, the Raw JSON option lets you edit the underlying ACL document directly.
The CORS tab manages cross-origin resource sharing rules. Paste your JSON array and click Validate. If the rules are valid, Save will store them to the bucket configuration. CORS is useful when your web applications need to make direct requests to S3.
To keep your data safe, always double check each permission before saving. The typical click path to update permissions is: Sidebar → select bucket or object → Inspector panel → ACL or Bucket Policy or CORS. Only users with valid credentials can view or change these settings, and your credentials never leave the browser.
Return to the home page or view all features for more topics.