We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running delete_stream against a MinIO deployment runs into
delete_stream
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:
DeleteObjects
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.
The text was updated successfully, but these errors were encountered:
label_issue.py automatically added labels {'object-store'} from #5415
label_issue.py
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Running
delete_stream
against a MinIO deployment runs intoAdditional context
S3 API specification requires the presence of this header for all
DeleteObjects
requests to general purpose buckets:AWS does in fact accept the request without the header, but object_store should include it for compatibility with the spec and other platforms.
The text was updated successfully, but these errors were encountered: