Object Storage
A set of operations for managing Object Storage in Hyperstack, including bucket management, access key generation, region discovery, and service health checks.
Access Keys
A set of operations for generating, listing, and managing access keys used to authenticate Object Storage requests.
Endpoint Name | URL | Description |
---|---|---|
List access keys | GET /object-storage/access-keys | Returns a list of your existing access keys. |
Generate access key | POST /object-storage/access-keys | Creates a new access key and secret key pair. |
Buckets
A set of operations for creating, retrieving, and deleting Object Storage buckets.
Endpoint Name | URL | Description |
---|---|---|
List buckets | GET /object-storage/buckets | Returns a list of your Object Storage buckets. |
Retrieve bucket | GET /object-storage/buckets/{bucket_name} | Retrieves details of a specific bucket. |
Delete bucket | DELETE /object-storage/buckets/{bucket_name} | Deletes a bucket and all its contents. |
Service & Utility
A set of endpoints for retrieving metadata and performing health checks related to Object Storage.
Endpoint Name | URL | Description |
---|---|---|
Healthcheck | GET /object-storage/healthz | Verifies availability and status of the Object Storage service. |
List Object Storage Regions | GET /object-storage/regions | Returns supported regions for Object Storage operations. |