From 79ab3a490ada6aa4db28efa5b71a3f1a080920f7 Mon Sep 17 00:00:00 2001 From: Clay Gerrard Date: Tue, 4 Jun 2019 11:45:35 -0500 Subject: [PATCH] Note s3api compatability requirements in sample.conf Change-Id: I12f6e4a5a880a2d5e0f4fff4618e4196be311267 --- test/sample.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/sample.conf b/test/sample.conf index 162cb0797a..5ff916cedf 100644 --- a/test/sample.conf +++ b/test/sample.conf @@ -1,4 +1,8 @@ [s3api_test] +# You just enable advanced compatibility features to pass all tests. Add the +# following non-default options to the s3api section of your proxy-server.conf +# s3_acl = True +# check_bucket_owner = True endpoint = http://127.0.0.1:8080 #ca_cert=/path/to/ca.crt region = us-east-1