Object Storage is currently in Preview. Features and capabilities may evolve
based on customer feedback.
Creating a bucket
Bucket naming rules
Bucket names must follow these requirements:- Be between 3 and 63 characters long
- Start with a lowercase letter or number
- Contain only lowercase letters, numbers, dots (.), and hyphens (-)
- Be globally unique
Connecting to Object Storage
Use any S3-compatible tool or library to interact with your buckets.Connection details
Find your connection details in the Object Storage sidebar:- Account ID: Your unique account identifier
- S3 API endpoint: The endpoint URL for S3 API requests (e.g.,
https://<account-id>.s3.latitude.sh)
API tokens
Manage your API tokens from the API Keys page in your account settings. Use these tokens to authenticate S3 API requests.Monitoring usage
The Object Storage dashboard displays the following metrics:Overview metrics
- Total Storage: Total amount of data stored across all buckets
- Total Objects: Number of objects stored across all buckets
- Class A Operations: Write operations including PUT, POST, DELETE, and LIST requests
- Class B Operations: Read operations including GET and HEAD requests