0.17.1
Changed 1
- Skip the HEAD request during S3 downloads when the client is configured with response_checksum_validation='when_required' to reduce latency for small-object transfers, while keeping the HEAD request by default to enable full-object checksum validation
- enhancement:
s3: Skip the HEAD request during S3 downloads when the client is configured withresponse_checksum_validation='when_required', reducing latency for small-object transfers. The HEAD request remains in place by default to enable full-object checksum validation.