Service management
This article explains how to manage Cloud Storage settings in the Customer Portal — including changing the access type, enabling synchronization, listing, static pages, and versioning, attaching a domain, and deleting a storage.
How to change the access type of your storage
You can switch the access type of your cloud storages between public and private in the Customer Portal. To switch the access type, complete the following steps:
- In the left-hand menu, navigate to Cloud Storage and select the cloud storage location in the Region field
- Choose the cloud storage from the list and click Edit
- In the Access Type field, select the type and click Save
The access type of your cloud storage will be updated.
How to synchronize cloud storages
You can synchronize content between cloud storages in different regions, allowing you to maintain data consistency across locations. Ensure you have at least two cloud storages before enabling synchronization.
To proceed, complete the following steps:
- In the left-hand menu, navigate to Cloud Storage and select the cloud storage location in the Region field
- Choose the cloud storage from the list
- Scroll down to the Synchronization section and click Enable Synchronization
- In the Location to Synchronize field, select the cloud storage location you want to sync with the current one and specify it in the Destination Storage field
- Click Add Connection if you want to include additional cloud storage to synchronize with the current one
- Click Apply
The cloud storage synchronization will be applied. To modify synchronization links with other cloud storages, click Change Synchronization. To cancel synchronization, choose the cloud storage from the list and click Disable Synchronization.
How to enable listing
Enabling listing allows you to display the contents of your cloud storage in HTML format by accessing it via a public URL. By default, listing is disabled, and cloud storage contents are displayed in XML format.
To enable listing, complete the following steps:
- In the left-hand menu, navigate to Cloud Storage and select the cloud storage location in the Region field
- Choose the cloud storage from the list and click Edit
- In the Options section, tick the Listing option
- In the Listing CSS field that appears, you can specify the relative path to a custom CSS file to apply styles for the listing page
- Click Save
The listing will be presented in HTML format.
How to enable static pages
Enabling static pages allows you to use an HTML index file instead of the listing page, which will be displayed when accessing the cloud storage via the public URL. Additionally, you can set up custom 404 error page for unsuccessful access attempts.
To enable static page:
- Create an HTML file (for example,
index.html), then add it to the cloud storage - In the Options section, tick the Static Pages option
- In the Index file field, enter the file path and name if it differs from
index.htmlor is not in the cloud storage root - Click Save
To enable custom error page:
- Create HTML file named
404error.htmland add it to the root of the cloud storage - In the Options section, tick the Custom Error Pages option
- Click Save
Static pages will be displayed when accessing cloud storage via a public link.
How to enable versioning for cloud storage
Enabling versioning for cloud storage allows you to designate a container for storing old versions of modified files.
To enable versioning, complete the following steps:
- In the left-hand menu, navigate to Cloud Storage and select the cloud storage location in the Region field
- Choose the cloud storage from the list and click Edit
- Scroll down to the Versions Storage section and enter the cloud storage name where versions of modified files will be stored. Use the following naming convention:
.trash-<yourCloudStorageName>-versionsFor example, if your cloud storage is namedwebsitedoc, the versions cloud storage should be named.trash-websitedoc-versions - Click Save
The versioning for cloud storage will be enabled.
How to attach a domain to cloud storage
Attaching a domain to cloud storage allows you to use a unique, easy-to-remember domain name for accessing the storage (e.g., files.example.com). Before proceeding, ensure that your main domain is added to the Customer Portal.
To attach a domain, complete the following steps:
- In the Customer Portal, navigate to your public storage page and scroll down to the Domains section
- Copy the specified target value from the Domains section, as you will need it to create a CNAME record
- In the left-hand menu, go to Networks → DNS and select your main domain from the list (e.g.,
example.com) - Scroll down to the CNAME Records section and click Add CNAME Record
- In the window that opens, fill in the following:
- Alias Domain: specify the subdomain name (e.g.,
files) that will be used before the main domain - Domain Name: enter the target value obtained from the cloud storage page
- TTL: leave this field unchanged
- Alias Domain: specify the subdomain name (e.g.,
- Click Save. The CNAME record will be added
- Return to your cloud storage page and scroll down to the Domains section
- Enter the alias domain name created in the previous step (e.g.,
example.com)
The domain will be attached to your cloud storage within some time.
How to delete cloud storage
Before deleting cloud storage, ensure that all necessary data is backed up. The cloud storage will be removed immediately, and this action is irreversible. To delete the cloud storage, complete the following steps:
- In the left-hand menu, navigate to Cloud Storage and select the cloud storage location in the Region field
- Choose the cloud storage from the list
- Click Edit and ensure that the Undelete option is disabled
- Click Save
- Click the trash can icon next to the cloud storage you want to delete
- Confirm the action by clicking Delete
- Enter your account password
The cloud storage will be deleted.