Storage
Storage Introduction
Documentation for Nami Cloud Storage Service
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:
Replace ${bucketname}
with your actual bucket name.
Common Operations
The Storage API supports standard S3 operations including:
Bucket Operations
Create, delete, and manage buckets
Object Operations
Upload, download, and manage objects
Getting Started
- Create an account on Nami Cloud
- Generate your access credentials
- Read about authentication
- Start using the API with our code examples