•  Home
  •  Dashboard
  •  Company
    • About Us
    • Blog
    • Careers
    • Contact Us
    • Data Centers
    • Looking Glass
    • Network
    • Reseller
  •  Hosting Services
    • Infrastructure
      • iColocation
    • Compute
      • cMetal
      • cVirtual
    • Storage
      • sObject
      • sBlock
    • Networking
      • nCDN
      • nIP Transit
      • nWavelength
    • Protection
      • pBackup
      • pDDoS
  •  Solutions
    • Ecommerce
    • Finance
    • Gaming
    • Hosting
    • Management
    • Security
    • System Integrator
  •  Support
    • Community
    • Knowledge Base
    • Open A Ticket
  •  USA & Canada: 800-933-1517
  •  International: 626-549-2801
  •  Email: sales@psychz.net
  • Services
    • new-colocation-header-img
      Infrastructure
      • iColocation
    • new-compute-header-img
      Compute
      • cMetal
      • cVirtual
    • new-storage-header-img
      Storage
      • sObject
      • sBlock
    • new-networking-header-img
      Networking
      • nCDN
      • nIP Transit
      • nWavelength
    • new-protection-header-img
      Protection
      • pBackup
      • pDDoS
  • Solutions
    • Ecommerce
    • Security
    • Gaming
    • Hosting
    • Management
    • Finance
    • System Integrator
  • Dashboard

sObject - Configuring CORS and Bucket Policies Using S3 Browser

  • Home
  • Client
  • Knowledgebase
  • Storage
  • sObject
  • sObject - Configuring CORS and Bucket Policies Using S3 Browser

Table Of Content

Related Articles

  • s3Express Guide
  • sObject - Javascript Examples
  • sObject - PHP Examples
  • sObject - Python Examples
  • sObject - SSE (Server Side Encryption) Guide
  • sObject - CNAME Guide
  • sObject - CrossFTP Guide
  • sObject - WinSCP Guide
  • sObject - S3 Browser Guide
  • sObject - Keys
  • sObject - Buckets
  • sObject - Access Using S3tools
  • sObject - Limits and Best Practices
  • sObject - Delete
  • sObject - Intro
  • sObject - Create
  • Views: (312)
  • Votes: (0)
Was this article helpful?
VOTE

sObject - Configuring CORS and Bucket Policies Using S3 Browser

Publisher: Psychz Networks,  January 02,2025

This guide explains configuring CORS (Cross-Origin Resource Sharing) and bucket policies for your sObject using S3Browser. These settings allow better access control and integration with web applications.

Prerequisites

  • Install S3Browser
  • Access Key and Secret Key for your sObject storage.

Configuring CORS

  1. Connect to Your Storage:
    • Open S3Browser.
    • Select your sObject storage account.
  2. Navigate to the Bucket:
    • In the left-hand panel, locate and select the bucket for which you want to configure CORS.
  3. Edit CORS Settings:
    • Right-click the bucket and select CORS Configuration.
    • Enter the desired CORS configuration.
      Example:
      <CORSConfiguration>
      <CORSRule>
      <AllowedOrigin>https://example.com</AllowedOrigin>
      <AllowedMethod>GET</AllowedMethod>
      <AllowedMethod>POST</AllowedMethod>
      <AllowedHeader>*</AllowedHeader>
      <ExposeHeader>ETag</ExposeHeader>
      <MaxAgeSeconds>3000</MaxAgeSeconds>
      </CORSRule>
      </CORSConfiguration>
  4. Save the Configuration:
    • Click Apply or Save to upload the configuration.

Configuring Bucket Policies

  1. Navigate to the Bucket:
    • In S3Browser, locate and select the desired bucket.
  2. Edit Bucket Policy:
    • Right-click the bucket and select Edit Bucket Policy.
    • Enter the policy in JSON format.
      Example:
      {
          "Version": "2012-10-17",
          "Statement": [
              {
                  "Effect": "Allow",
                  "Principal": "*",
                  "Action": "s3:GetObject",
                  "Resource": "arn:aws:s3:::/*",
                  "Condition": {
                      "IpAddress": {
                          "aws:SourceIp": "192.168.1.0/24"
                      }
                  }
              }
          ]
      }
                          
  3. Save the Policy:
    • Click Apply or Save to upload the policy.

Tips for Using S3Browser

  • Validate Policies: Use the validation feature in S3Browser to ensure policies are correctly formatted.
  • Backup Settings: Export the current settings as a backup before applying new policies or configurations.

Need Help?

If you encounter any issues, ensure your credentials have the necessary permissions to modify bucket configurations. Contact our support team if you need further assistance by opening a ticket from the dashboard or write to us at support@psychz.net.

Related Articles

  • s3Express Guide
  • sObject - Javascript Examples
  • sObject - PHP Examples
  • sObject - Python Examples
  • sObject - SSE (Server Side Encryption) Guide
  • sObject - CNAME Guide
  • sObject - CrossFTP Guide
  • sObject - WinSCP Guide
  • sObject - S3 Browser Guide
  • sObject - Keys
  • sObject - Buckets
  • sObject - Access Using S3tools
  • sObject - Limits and Best Practices
  • sObject - Delete
  • sObject - Intro
  • sObject - Create
  • Views: (312)
  • Votes: (0)
Was this article helpful?
VOTE
Copyright © 2025 Psychz Networks,
A Profuse Solutions Inc Company
Hosting Services
Infrastructure
  • iColocation
Compute
  • cMetal
  • cVirtual
Storage
  • sObject
  • sBlock
Networking
  • nCDN
  • nIP Transit
  • nWavelength
Protection
  • pBackup
  • pDDoS
Company
  • About Us
  • Blog
  • Careers
  • Contact Us
  • Data Centers
  • Looking Glass
  • Network
  • Reseller
Policies
  • Acceptable Usage Policy
  • Privacy Policy
  • Service Level Agreement
  • Terms and Conditions
Support
  • Community
  • Knowledge Base
  • Open A Ticket
Get In Touch
  • Psychz Networks,
    A Profuse Solutions Company
    611 Wilshire Blvd #300
    Los Angeles,California 90017
    USA
  • US/Canada: 800-933-1517
  • International: 626-549-2801