Expand description
/v1/{account}/{container} REST operations of object_store
Modulesยง
- create
- Creates a container. You do not need to check whether a container already exists before issuing a PUT operation because the operation is idempotent: It creates a container or updates an existing container, as appropriate.
- delete
- Deletes an empty container. This operation fails unless the container is empty. An empty container has no objects.
- get
- Shows details for a container and lists objects, sorted by name, in the container. Specify query parameters in the request to filter the list and return a subset of objects. Omit query parameters to return a list of objects that are stored in the container, up to 10,000 names. The 10,000 maximum value is configurable. To view the value for the cluster, issue a GET /info request.
- head
- Shows container metadata, including the number of objects and the total bytes of all objects stored in the container.
- prune
- Prunes objects from the container.
- set
- Creates, updates, or deletes custom metadata for a container.