diff --git a/cmd/versitygw/main.go b/cmd/versitygw/main.go index 42b4f72..f99faed 100644 --- a/cmd/versitygw/main.go +++ b/cmd/versitygw/main.go @@ -331,6 +331,7 @@ func runGateway(ctx context.Context, be backend.Backend) error { AppName: "versitygw", ServerHeader: "VERSITYGW", StreamRequestBody: true, + DisableKeepalive: true, }) var opts []s3api.Option