Overview
The Storage service provides two types of cloud storage solutions:- S3-Compatible Storage: Object storage with full S3 API compatibility for storing and retrieving files
- SFTP Storage: Traditional file transfer protocol with password and SSH key authentication
client.Storage namespace.
Storage Types
S3-Compatible Storage
Provides object storage with S3 API compatibility:- Bucket management with lifecycle policies
- CORS configuration for web applications
- Public/private access policies
- Compatible with standard S3 SDKs and tools
- Automatic credential generation
SFTP Storage
Provides secure file transfer capabilities:- Password-based authentication
- SSH key-based authentication
- Traditional directory structure
- Encrypted file transfers
Available Services
The Storage service includes the following sub-services:| Service | Description |
|---|---|
Storage.Buckets | Create and manage S3 buckets |
Storage.Buckets.Lifecycle | Configure automatic object expiration |
Storage.Buckets.Cors | Set up Cross-Origin Resource Sharing |
Storage.Buckets.Policy | Manage bucket access policies |
Storage.Credentials | Generate and manage storage credentials |
Storage.Locations | List available geographic locations |
Storage.Statistics | View storage usage statistics |
Creating Storage
Listing Storage Instances
Getting Storage Details
Updating Storage
Deleting Storage
Restoring Deleted Storage
S3 storages can be restored within 2 weeks of deletion:Storage Object
Unique identifier for the storage instance
User-defined name for the storage instance
Storage protocol type:
s3_compatible or sftpGeographic location code where storage is provisioned
Full hostname/address for accessing the storage endpoint
Current status:
creating, ok, updating, deleting, or deletedISO 8601 timestamp when the storage was created
Whether storage can be restored if deleted (S3 only, within 2 weeks)
ISO 8601 timestamp when storage will expire (if set)
Custom domain alias for accessing the storage
Geographic Locations
Storage can be provisioned in various geographic locations for optimal performance. Available locations include:ams- Amsterdams-ed1- Frankfurts-stage- Staging environment
Storage.Locations service to retrieve the complete list of available locations.
