Objects REST Endpoints

Objects
Creates, replaces, shows details for, and deletes objects. Copies objects from another object with a new or different name. Updates object metadata.
Create or replace object
Method: put
Path: /v1/{account}/{container}/{object}
Create or update object metadata
Method: post
Path: /v1/{account}/{container}/{object}
Delete object
Method: delete
Path: /v1/{account}/{container}/{object}
Get object content and metadata
Method: get
Path: /v1/{account}/{container}/{object}
Show object metadata
Method: head
Path: /v1/{account}/{container}/{object}