mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-25 13:47:27 +00:00
62bd05a390
Sometimes you might want to have your current node terminate the descent or set something to the empty string.
22 lines
312 B
YAML
22 lines
312 B
YAML
start:
|
|
set: {}
|
|
choice:
|
|
- bucket
|
|
|
|
bucket:
|
|
set:
|
|
urlpath: /{bucket}
|
|
choice:
|
|
- bucket_get
|
|
- bucket_put
|
|
- bucket_delete
|
|
|
|
bucket_delete:
|
|
set:
|
|
method: DELETE
|
|
query:
|
|
- null
|
|
- policy
|
|
- website
|
|
choice: []
|
|
|