From 30ad85a62972577d5d8d7a5c8d8841875d94767e Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Wed, 13 Aug 2025 16:20:15 +1000 Subject: [PATCH] chore: increase client body size for s3 - s3 clients send objects too large for the default body size --- hieradata/roles/infra/ceph/rgw.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hieradata/roles/infra/ceph/rgw.yaml b/hieradata/roles/infra/ceph/rgw.yaml index 181d7e2..3a4aabb 100644 --- a/hieradata/roles/infra/ceph/rgw.yaml +++ b/hieradata/roles/infra/ceph/rgw.yaml @@ -38,6 +38,7 @@ profiles::nginx::simpleproxy::nginx_aliases: - radosgw.service.au-syd1.consul profiles::nginx::simpleproxy::proxy_port: 7480 profiles::nginx::simpleproxy::proxy_path: '/' +nginx::client_max_body_size: 100M # manage consul service consul::services: -- 2.47.3