Object Storage
ClawCloud Run Object Storage provides an enterprise-grade cloud storage solution that supports S3-compatible interfaces, multi-language SDK integration, and fine-grained access control.
Last updated
Was this helpful?
ClawCloud Run Object Storage provides an enterprise-grade cloud storage solution that supports S3-compatible interfaces, multi-language SDK integration, and fine-grained access control.
Last updated
Was this helpful?
The Object Storage service is built into ClawCloud Run and is designed to store and manage unstructured data. It offers a secure, reliable, and high-performance cloud storage solution suitable for a wide range of storage needs—from small applications to large-scale distributed systems.
Currently, Object Storage offers the following features:
Upload files to a bucket.
Download files from a bucket.
Configure public access for buckets.
Access buckets via SDKs.
Monitor bucket resource metrics.
Host static websites.
Locate and click the Object Storage icon in ClawCloud Run.
In the Object Storage interface, click the Create Bucket button.
Enter a bucket name, set the bucket's access permissions, and then click the Apply button in the top-right corner.
Bucket Access Levels:
private: Only authenticated users can access the bucket contents, ideal for storing sensitive data or for internal use.
publicRead: Allows anyone to read objects in the bucket (no authentication required) while write operations remain protected. This setting is suitable for content distribution or static website hosting.
publicReadWrite: Grants full read and write permissions to the public (use with caution). This setting is not recommended for production environments.
ClawCloud Run Object Storage supports flexible file management operations. Follow these steps to upload files:
Navigating to the Target Bucket
Open the Object Storage interface.
Select the target bucket from the bucket list.
Navigate to the directory where you want to upload files (by default, the root directory is used).
Performing the Upload
Click the Upload button in the top toolbar.
In the file/folder selector:
Choose File to open your system's file browser and select one or multiple files for batch upload.
Choose Folder to select an entire folder and maintain its directory structure during the upload.
Click the Upload button to start the transfer.
Accessing Bucket Settings
Open the Object Storage interface.
Locate and click the target bucket from the bucket list.
Click the Edit button in the top-right corner next to the bucket name.
Choosing an Access Level
In the bucket permission settings panel, select a new access level:
private: Only users with access keys can access the content.
publicRead: Allows anonymous users to read objects (recommended for static website hosting).
publicReadWrite: Permits anonymous read/write operations (use with caution, mainly for development/testing).
Make sure there is no sensitive data in the bucket (if switching to a public access level) and then click the Apply button to confirm.
Access keys are the digital credentials for accessing the Object Storage service. They include an AccessKeyID and a SecretAccessKey. Follow these steps to obtain your access keys:
From the bucket list, select the target bucket.
Click the Access Keys button in the bottom left corner.
In the pop-up window, you will see the current bucket's Access Key, Secret Key, as well as the Internal and External URLs. The Access Key and Secret Key serve as your credentials for accessing the service, while the Internal URL is for internal access and the External URL is for public access.
ClawCloud Run Object Storage offers a complete static website hosting solution with features such as automatic URL generation and custom domain configuration.
Create a new bucket or select an existing one. Ensure that its access level is set to publicRead or publicReadWrite.
In the bucket details page, click the Enable Hosting button in the top toolbar.
Once static hosting is enabled, the system automatically generates a URL.
Click the generated URL to open your website in a new browser tab.
Ensure that an index.html
file is uploaded to the bucket as the default homepage.
Configuring a Custom Domain
Click the three-dot menu in the top-right corner of the bucket interface and select Custom Domain. This will redirect you to the Application Management interface for domain configuration.
By following these instructions, you can leverage ClawCloud Run's Object Storage service to efficiently manage your unstructured data and even host static websites with ease.
Follow the same steps as described in the .