Skip to main content

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 NameURLDescription
List access keysGET /object-storage/access-keysReturns a list of your existing access keys.
Generate access key /object-storage/access-keysCreates a new access key and secret key pair.

Buckets

A set of operations for creating, retrieving, and deleting Object Storage buckets.

Endpoint NameURLDescription
List bucketsGET /object-storage/bucketsReturns a list of your Object Storage buckets.
Retrieve bucketGET /object-storage/buckets/{bucket_name}Retrieves details of a specific bucket.
Delete bucketDELETE /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 NameURLDescription
HealthcheckGET /object-storage/healthzVerifies availability and status of the Object Storage service.
List Object Storage RegionsGET /object-storage/regionsReturns supported regions for Object Storage operations.