diff --git a/ansible/roles/ceph/templates/ceph.conf.j2 b/ansible/roles/ceph/templates/ceph.conf.j2 index a54d6dcb269f2b5c013f519eed904b6591dc3180..704bc8a66325117e7c6e26776a93bffe8124d99d 100644 --- a/ansible/roles/ceph/templates/ceph.conf.j2 +++ b/ansible/roles/ceph/templates/ceph.conf.j2 @@ -47,5 +47,6 @@ log file = /var/log/kolla/ceph/client.radosgw.gateway.log {% if ceph_rgw_compatibility | bool %} rgw_swift_url_prefix = "/" rgw_enable_apis = swift,swift_auth,admin +rgw_swift_enforce_content_length = true {% endif %} {% endif %}