Bug 1361044 - Downloading a S3 multipart upload using swift throws md5sum != etag error
Summary: Downloading a S3 multipart upload using swift throws md5sum != etag error
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: RGW
Version: 2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
: 2.2
Assignee: Matt Benjamin (redhat)
QA Contact: ceph-qe-bugs
Bara Ancincova
URL:
Whiteboard:
Depends On:
Blocks: 1322504 1383917
TreeView+ depends on / blocked
 
Reported: 2016-07-28 09:04 UTC by shilpa
Modified: 2022-02-21 18:05 UTC (History)
11 users (show)

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.
Clone Of:
Environment:
Last Closed: 2017-01-13 14:52:15 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Ceph Project Bug Tracker 16293 0 None None None 2016-07-28 16:24:23 UTC

Description shilpa 2016-07-28 09:04:27 UTC
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 08:57:26 UTC
Looks good to me. Thanks Bara

Comment 14 Matt Benjamin (redhat) 2017-01-13 14:52:15 UTC
Closing NOTABUG because this is expected behavior.


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