Last updated
The ColdStack HTTP API provides the following services:
Service
Description
Manages buckets.
Manages objects.
Controls loading of large objects.
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.
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).
Method
Description
Initializes a composite load.
Loads part of an object.
Ends a multipart load.
Last updated