mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-25 03:47:22 +00:00
1865ec50d1
Client verification script should be able to populate buckets automatically to get a good baseline for comparing similar client-created buckets against. A yaml blueprint provides a reasonable structure to use to populate objects and should also be easy enough for a human to follow to create test buckets from a client.
26 lines
389 B
Text
26 lines
389 B
Text
- name: foo
|
|
perms:
|
|
null: READ
|
|
kylmar4: FULL_CONTROL
|
|
objects:
|
|
- name: bar
|
|
content: asdf
|
|
metadata:
|
|
a: b
|
|
c: d
|
|
perms:
|
|
kylmar4: FULL_CONTROL
|
|
- name: baz
|
|
perms:
|
|
null: WRITE
|
|
kylmar4: FULL_CONTROL
|
|
objects:
|
|
- content: aoeu
|
|
metadata:
|
|
x: y
|
|
z: w
|
|
name: oof
|
|
perms:
|
|
null: FULL_CONTROL
|
|
kylmar4: FULL_CONTROL
|
|
|