API Reference
The ColdStack HTTP API provides the following services:
Service
Description
Manages buckets.
Manages objects.
Controls loading of large objects.
Supported Operations
Bucket service
Method
Description
Checks for the existence of a bucket and access to it.
Returns a list of objects in a bucket.
Returns a list of buckets.
Changes bucket's name.
Object service
Method
Description
Loads an object into Object Storage.
Unloads an object from Object Storage.
Unloads the object's metadata.
Changes object's key (renames the object).
Multipart upload service
Method
Description
Initializes a composite load.
Loads part of an object.
Ends a multipart load.
see also
Last updated