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

7. Billing in S3 Object Storage

  Billing in S3 includes the following parameters The amount of space used Number of...

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

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

3.Storage and data access management in S3 Object Storage

1.Organization of data storage in S3 object storageS3 is not a hierarchical file system, but...

Access to S3 from the VCD cloud dashboard

The VMware vCloud Director® Object Storage Extension™ plug-in enables Cloud4U users to access...

How to work with S3 using the AWS SDK client in php

 0. Install php 1. INSTALL composer Go to the directory from which we will work with...