Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an issue where mountpoint-s3-client could interpret a HTTP 206 Pa…
…rtial success response as an error (#917) We are removing a workaround in mountpoint-s3-client that reduced the number of requests to S3 and is no longer needed. When introduced in #285, the workaround used a default CRT meta-request instead of an auto-ranged-get for small requests, which avoided a redundant HeadObject request that the CRT performed on every auto-ranged-get. Since then, the CRT has been updated to avoid the extra requests when a range is specified, so we can always use auto-ranged-get. Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk> Co-authored-by: Alessandro Passaro <alexpax@amazon.com>
- Loading branch information