forked from TrueCloudLab/s3-tests
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: []
|
|
|