Create, replace, show details for, and delete objects. Copy objects with another object with a new or different name. Update object metadata.
Method | URI | Description |
---|---|---|
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. |