Objects

Create, replace, show details for, and delete objects. Copy objects with another object with a new or different name. Update object metadata.

MethodURIDescription
GET/v1/{account}/{container}/{object}​{?signature,​expires,​multipart-manifest}

Downloads the object content and gets the object metadata.

PUT/v1/{account}/{container}/{object}​{?multipart-manifest,​signature,​expires}

Creates a new object with specified data content and metadata, or replaces an existing object with specified data content and metadata.

COPY/v1/{account}/{container}/{object}

Copies an object to another object in the object store.

DELETE/v1/{account}/{container}/{object}​{?multipart-manifest}

Permanently deletes an object from the object store.

HEAD/v1/{account}/{container}/{object}​{?signature,​expires}

Shows object metadata.

POST/v1/{account}/{container}/{object}

Creates or updates object metadata.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...