mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
Merge pull request #14770 from rzarzynski/wip-rgw-19754
rgw: fix RadosGW hang during multi-chunk upload of AWSv4.
This commit is contained in:
commit
1c9a48cec8
@ -3028,7 +3028,7 @@ void RGWPutObj::execute()
|
||||
}
|
||||
|
||||
bufferlist &data = data_in;
|
||||
if (s->aws4_auth_streaming_mode) {
|
||||
if (len && s->aws4_auth_streaming_mode) {
|
||||
/* use unwrapped data */
|
||||
data = s->aws4_auth->bl;
|
||||
len = data.length();
|
||||
|
Loading…
Reference in New Issue
Block a user