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: putPath:
/v1/{account}/{container}/{object} - Create or update object metadata
- Method: postPath:
/v1/{account}/{container}/{object} - Delete object
- Method: deletePath:
/v1/{account}/{container}/{object} - Get object content and metadata
- Method: getPath:
/v1/{account}/{container}/{object} - Show object metadata
- Method: headPath:
/v1/{account}/{container}/{object}