paraseba opened a new issue, #90: URL: https://github.com/apache/arrow-rs-object-store/issues/90
Running `delete_stream` against a MinIO deployment runs into > Missing required header for this request: Content-Md5. **Additional context** S3 API [specification](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html) requires the presence of this header for all `DeleteObjects` requests to general purpose buckets: > The Content-MD5 request header is required for all Multi-Object Delete requests AWS does in fact accept the request without the header, but object_store should include it for compatibility with the spec and other platforms. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org