ColdStack Docs
Search
K

API Reference

The ColdStack HTTP API provides the following services:
Service
Description
Bucket
Manages buckets.
Object
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
PutObject
Loads an object into Object Storage.
GetObject
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