Nami Cloud Storage provides a fully S3-compatible storage service that allows you to store and retrieve any amount of data.

Overview

Nami Cloud Storage is designed to be fully compatible with Amazon S3 APIs, allowing you to seamlessly integrate with existing S3 tools and SDKs. The service provides secure, durable, and scalable object storage through a simple web interface.

Key Features

  • S3 Compatibility: Full compatibility with Amazon S3 APIs
  • High Durability: Data is redundantly stored across multiple facilities
  • Scalability: Store any amount of data without performance degradation
  • Security: Support for encryption at rest and in transit
  • Access Control: Fine-grained access control through bucket policies and ACLs

Base URL

All API requests should be made to the following endpoint format:

https://${bucketname}.storage.nami.cloud

Replace ${bucketname} with your actual bucket name.

Common Operations

The Storage API supports standard S3 operations including:

Getting Started

  1. Create an account on Nami Cloud
  2. Generate your access credentials
  3. Read about authentication
  4. Start using the API with our code examples

Additional Resources