You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-45304: [C++][S3] Workaround compatibility issue between AWS SDK and MinIO (#45310)
### Rationale for this change
Some AWS SDK versions have faulty chunked encoding when the body is 0 bytes:
aws/aws-sdk-cpp#3259
### What changes are included in this PR?
Work around faulty chunked encoding implementation by only setting a body stream if non-empty.
### Are these changes tested?
Locally for now, but will be picked by CI (and conda-forge) at some point.
### Are there any user-facing changes?
No.
* GitHub Issue: #45304
Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
0 commit comments