mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
c234981a7c
verify_client.py and its sample blueprint file moved into s3tests
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
|
|
|