Bucket level resource service API command summary
Following section defines available bucket level commands.
The following table provides a listing of the available commands covered in this specification.
| Interface | Method | Command | Description |
|---|---|---|---|
| Bucket creation | PUT | <accesser>:8338/container/{bucket.name} | Create a bucket |
| Update bucket metadata | PATCH | <accesser>:8338/container/{bucket.name} | Update bucket mutable metadata field. |
| Retrieve bucket metadata | GET | <accesser>:8338/container/{bucket.name} | Retrieve bucket metadata information |
| Delete bucket | DELETE | <accesser>:8338/container/{bucket.name} | Permanently delete an empty bucket |