Getting Started with CLOUD4U Object Storage

Cloud4U Object Storage is an S3-compatible storage service built on the Cloudian platform. It stores data as distinct objects in a flat namespace, ideal for scalable and resilient storage of unstructured data.

Key Features

  • S3 Compatibility: Fully supports the Amazon S3 API protocol.

  • Flat Structure: Data is stored as individual objects without a traditional directory hierarchy.

  • Multiple Access Methods: Manage your data through a web-based admin panel, directly via API, or using any S3-compatible client.

  • Scalable: Designed for massive scale, storing data across a resilient pool.

1. Accessing the Administration Panel

You can manage your storage through the Cloudian Management Console (CMC).

  • URL: https://cmc.objstor.cloud4u.com:8443/

  • Credentials: Use the username and password provided by technical support after you purchase the service.

In the admin panel, you can:

  • View usage statistics and dashboard information.

  • Create and manage buckets and objects.

  • Generate S3 access keys.

  • Update your user profile.

2. Generating S3 Credentials

To connect via API or S3 clients, you need access keys.

  1. Log in to the admin panel (https://cmc.objstor.cloud4u.com:8443/).

  2. Navigate to the S3 Access or similar tab in your user profile.

  3. Generate your Access Key ID and Secret Key.

    • Treat your Secret Key like a password and keep it confidential.

 

3. Connection Information

Use the following endpoints and your credentials to connect to the service:

 
Connection Type Endpoint
S3 HTTP Endpoint s3.objstor.cloud4u.com:80
S3 HTTPS Endpoint s3.objstor.cloud4u.com:443

 

Supported Clients: You can use any S3-compatible tool like:

  • CyberduckRcloneAWS CLI

  • Code with any AWS SDK (e.g., for Python, Java, JavaScript)

4. Important Limitations & Notes

  • Maximum Object Size: A single object cannot exceed 4 GB.

  • Unique Names:

    • Your username is unique across the entire cluster.

    • Each bucket name must also be globally unique within the cluster.

  • Access Control: Buckets are private by default. Access is controlled via policies and is only possible through the object's unique URI (URL).

  • Data Structure: Remember, object storage uses a flat namespace. While tools may simulate folders, they are actually just part of the object's key (name).

 

Have you tried Cloud4U services? Not yet?

Visit Website

Try for free

  • 236 Users Found This Useful
Was this answer helpful?

Related Articles

4.Способы работы с объектным хранилищем через различное программное обеспечение

Подготовка идентификационных данных 1. Авторизуйтесь в объектном хранилище Cloud4Y:...

8. Большое количество мелких файлов в S3: как правильно организовать бакеты и префиксы

Довольно часто возникает ситуация, когда клиенты неправильно понимают принципы работы S3. В...

Getting Started with S3 Cloud4U Using the AWS CLI

1. Install the AWS CLI Windows: Download and run the appropriate installer (64-bit or...

Working with S3 Cloud4U Using the AWS SDK for PHP

Prerequisites 0. Install PHPEnsure PHP is installed and available in your system path....

Understanding Billing in S3 Object Storage

S3 billing is calculated based on three primary parameters: Storage used (amount of data...