aboutsummaryrefslogtreecommitdiff
path: root/docker/compose/s3.json
diff options
context:
space:
mode:
Diffstat (limited to 'docker/compose/s3.json')
-rw-r--r--docker/compose/s3.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/docker/compose/s3.json b/docker/compose/s3.json
index 64dedb681..ce230863b 100644
--- a/docker/compose/s3.json
+++ b/docker/compose/s3.json
@@ -40,7 +40,10 @@
"List",
"Tagging",
"Write"
- ]
+ ],
+ "account": {
+ "id": "testid"
+ }
},
{
"name": "s3_tests_alt",
@@ -101,5 +104,12 @@
"Write"
]
}
- ]
+ ],
+ "accounts": [
+ {
+ "id" : "testid",
+ "displayName": "M. Tester",
+ "emailAddress": "tester@ceph.com"
+ }
+ ]
} \ No newline at end of file