A lightweight, simple object storage service
Store and retrieve objects using unique hashes or label:tag combinations.
Access objects through a clean, intuitive REST API interface.
Update the metadata for an existing object. Requires authentication. Send a JSON body with hash
and metadata
fields.
{ "hash": "<object_hash>", "metadata": { "key": "value" } }