s3-tests/s3tests/blueprint.yml.SAMPLE
Kyle Marsh c234981a7c moving code around after Tv reorganized master
verify_client.py and its sample blueprint file moved into s3tests
2011-07-13 16:40:39 -07:00

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