Get Started
Starting Your Object Storage
Navigate to the Object Storage tab (1), and click Create (2).
1.1 Select your configuration, a unique name and click Create.
Note: The name of object storage should not contain a space.
1.2 Your new storage deployment should now appear in the list. Click View to check the details of the object storage
1.3 The object storage information contains your usage status, billing info and s3 keys info. You can use the key and s3cmd to access your object storage
Note: Storage names are account-unique.
Create Your Bucket
Navigate to the Buckets tab (1), and then click Create Bucket (2).
2.1 Type in your bucket name.
2.2 Note: Bucket names must be globally unique. If s3cmd fails to create one, try another name. Bucket name should follow these rules:
Only lowercase letters (
a-z
), numbers (0-9
), and hyphens (-
) are allowedMust begin with a letter or number
Length must be between 3 to 63 characters
Cannot contain uppercase letters, underscores (
_
), spaces, or other special charactersAvoid starting or ending with a hyphen (
-
)
Once the bucket name meets the requirements, it will appear in the list below.
2.3
Upload Your File
In the bucket view, you can upload files by clicking the Upload button (1). Next, click the Upload File button (2) to select a file from your local system. Finally, click the Upload button (3) to upload the selected file to your bucket.
3.1 Note: The file size must not exceed 50 MB. Folder and multiple file upload features are coming soon. For now, please use s3cmd to upload entire folders.
File has been uploaded successfully.
3.2 If your bucket already contains folders, you can customize the upload path for your file. Select Path, then choose the folder where you want to upload the file.
3.3
Delete Your File
You can delete multiple files and folders in your bucket at once. Select the files and folders (1), then click the Delete button. The selected items will be permanently deleted.
4.1 4.1 4.1
Delete Your Bucket
In the list of your buckets, you can delete a bucket by clicking the Delete button.
5.1 5.2 5.3 Warning: Deleting a bucket will permanently remove the bucket along with all its contents. This action cannot be undone.
Delete Your Object Storage
To remove your storage:
Go to the Object Storage tab.
Click Delete on the deployment you want to remove.
6.1 Confirm the deletion.
6.2 Use the Active filter to view object storage that are Ready or Deleted, Disabled.
6.3
Billing
Your deployment shows:
Storage Usage: How much data you're storing.
Bandwidth Usage: How much data has been transferred out.
Current Charges: The total charges incurred so far, calculated by a rate on your storage usage and a rate on your bandwidth usage.
The values are updated hourly. To view pricing:
Go to your storage deployment's Details page.

Or check the pricing when selecting your configuration

Last updated