Comment 0 for bug 2065366

Revision history for this message
Kottur (skottur) wrote :

Test configuration requires s3_acl to be set to True in proxy server, but in https://github.com/openstack/swift/blob/master/test/cors/README.rst requires s3_acl = false for s3 tests.

This totally conflicts for s3_acl.

https://github.com/openstack/swift/blob/master/etc/proxy-server.conf-sample#L568
Also, allow_no_owner = False for s3 compatibility, but then says s3_acl is set, then this allow_no_owner makes sense (to be set to true).

What is it actually?