Containers REST Endpoints
Containers
Lists objects in a container. Creates, shows details for, and deletes containers. Creates, updates, shows, and deletes container metadata.
- Create container
- Method: putPath:
/v1/{account}/{container} - Create, update, or delete container metadata
- Method: postPath:
/v1/{account}/{container} - Delete container
- Method: deletePath:
/v1/{account}/{container} - Show container details and list objects
- Method: getPath:
/v1/{account}/{container} - Show container metadata
- Method: headPath:
/v1/{account}/{container}