Fix etag for reduced min part size.

This commit is contained in:
Steve Pulec 2015-03-05 19:05:00 -05:00
parent 815b220779
commit 3ac97318e1

View File

@ -188,7 +188,7 @@ def test_multipart_etag():
multipart.complete_upload()
# we should get both parts as the key contents
bucket.get_key("the-key").etag.should.equal(
'"140f92a6df9f9e415f74a1463bcee9bb-2"')
'"66d1a1a2ed08fd05c137f316af4ff255-2"')
@mock_s3