s3-tests/blueprint.yml.SAMPLE
Kyle Marsh 1865ec50d1 dho-qa: add blueprint to client verification
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.
2011-07-13 15:59:28 -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