Bug 2186760
Summary: | Getting 411, missing content length error for PutObject operations for clients accessing via aws-sdk in RHCS5 cluster | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Mark Kogan <mkogan> |
Component: | RGW | Assignee: | Mark Kogan <mkogan> |
Status: | CLOSED ERRATA | QA Contact: | Hemanth Sai <hmaheswa> |
Severity: | high | Docs Contact: | Akash Raj <akraj> |
Priority: | unspecified | ||
Version: | 6.1 | CC: | akraj, amenon, amilzon, bkunal, ceph-eng-bugs, cephqe-warriors, gjose, hmaheswa, jolmomar, matt, mbenjamin, mhackett, midzik, mkasturi, mkogan, mwatts, nobody, tserlin, vereddy, vumrao |
Target Milestone: | --- | ||
Target Release: | 6.1 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ceph-17.2.6-19.el9cp | Doc Type: | Bug Fix |
Doc Text: |
.S3 PUT requests with chunked Transfer-Encoding does not require `content-length`
Previously, S3 clients that PUT objects with `Transfer-Encoding:chunked`, without providing the `x-amz-decoded-content-length` field, would fail. As a result, the S3 PUT requests would fail with `411 Length Required` http status code.
With this fix, S3 PUT requests with chunked Transfer-Encoding need not specify a `content-length`, and S3 clients can perform S3 PUT requests as expected.
|
Story Points: | --- |
Clone Of: | 2152801 | Environment: | |
Last Closed: | 2023-06-15 09:17:19 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2152801, 2175535 | ||
Bug Blocks: | 2185621, 2192813 |
Comment 9
errata-xmlrpc
2023-06-15 09:17:19 UTC
|