API to create and update Swift objects and their metadata.
| Resource | Description |
| PUT /v1/{account}/{container}/{object} | Creates or updates the content and metadata for a specified object. |
| HEAD /v1/{account}/{container}/{object} | Gets object metadata |
| POST /v1/{account}/{container}/{object} | Set and update arbitrary object metadata |
| GET /v1/{account}/{container}/{object} | Gets the object content and metadata for the specified object. |
| DELETE /v1/{account}/{container}/{object} | Deletes an object |