Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1361044 - Downloading a S3 multipart upload using swift throws md5sum != etag error
Downloading a S3 multipart upload using swift throws md5sum != etag error
Status: CLOSED NOTABUG
Product: Red Hat Ceph Storage
Classification: Red Hat
Component: RGW (Show other bugs)
2.0
Unspecified Unspecified
unspecified Severity unspecified
: rc
: 2.2
Assigned To: Matt Benjamin (redhat)
ceph-qe-bugs
Bara Ancincova
:
Depends On:
Blocks: 1322504 1383917
  Show dependency treegraph
 
Reported: 2016-07-28 05:04 EDT by shilpa
Modified: 2017-07-30 11:54 EDT (History)
11 users (show)

See Also:
Fixed In Version:
Doc Type: Known Issue
Doc Text:
.An error message is returned when downloading an S3 multipart file by using Swift When uploading a multiple part file by using the Simple Storage Service (S3) and then downloading it by using the Swift service, the following error message is returned: ---- Error downloading object: md5sum != etag ---- Despite the message, the upload and download operations succeed, and the message can be safely ignored.
Story Points: ---
Clone Of:
Environment:
Last Closed: 2017-01-13 09:52:15 EST
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Ceph Project Bug Tracker 16293 None None None 2016-07-28 12:24 EDT

  None (edit)
Description shilpa 2016-07-28 05:04:27 EDT
Description of problem:
Download a S3 multipart upload using swift. Throws Error downloading object: md5sum != etag. But the download is successful though.

Version-Release number of selected component (if applicable):
10.2.2-27

How reproducible:
Always

Steps to Reproduce:
1. Upload a multipart file using S3
2. Download using swift. Throws a failure message but the object download has succeeded.
3. Download file using S3 using 'bucket.get_contentst_to_filename()'. Succeeds

Actual results:

# swift -A http://rgw:80/auth/1.0 -U "testuser:swift" -K "SgmON2jdBWhPFF1xkA69N8F8AghTyadjkATFONbQ" download bucket55 ubuntu
Error downloading object 'bucket55/ubuntu': u'Error downloading ubuntu: md5sum != etag, 17643c29e3c4609818f26becf76d29a3 != d951c7810b12018529b6e79c748b0b31-3'


Looks like a swift issue but not sure. I have only tried with RGW.
Comment 10 shilpa 2016-08-20 04:57:26 EDT
Looks good to me. Thanks Bara
Comment 14 Matt Benjamin (redhat) 2017-01-13 09:52:15 EST
Closing NOTABUG because this is expected behavior.

Note You need to log in before you can comment on or make changes to this bug.