Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete_stream fails in MinIO #5414

Closed
paraseba opened this issue Feb 21, 2024 · 1 comment · Fixed by #5415
Closed

delete_stream fails in MinIO #5414

paraseba opened this issue Feb 21, 2024 · 1 comment · Fixed by #5415
Labels
bug object-store Object Store Interface

Comments

@paraseba
Copy link
Contributor

Running delete_stream against a MinIO deployment runs into

Missing required header for this request: Content-Md5.

Additional context

S3 API specification 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.

@tustvold
Copy link
Contributor

tustvold commented Mar 1, 2024

label_issue.py automatically added labels {'object-store'} from #5415

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug object-store Object Store Interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants