Project

General

Profile

Actions

Bug #49692

open

Decompression of object file which is larger than 15M

Added by yunkai zhou about 3 years ago. Updated over 2 years ago.

Status:
Need More Info
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
rgw
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

When using s3cmd to get a file larger than 15M, it failed to download and report an error "ERROR: S3 error: 403 (AccessDenied)".
Actually in this case, it will break into multipart object when put the file, but we does not save the value of compressor_message in the code, so the file cannot be decompressed when download unless set the value of compressor_messgae -15 as default.
This bug is a result from the patch of compressor_message, which is merged in version 16.1.0.
(below, we use the default value of multipart_chunk_size_mb=15M and enable_multipart=true in s3cmd configuration)

Actions

Also available in: Atom PDF