mirror of
https://github.com/versity/versitygw.git
synced 2026-01-08 20:43:07 +00:00
The http body stream is not a seekable stream, so most operation retry attempts will fail with an internal server error. This change tells the s3 client within the gateway to not retry any requests, and instead let the client of the gateway handle the error retry. Fixes #1353