fix s3 tests:
multipart_upload_incorrect_etag multipart_resend_first_finishes_last
This commit is contained in:
@@ -61,6 +61,10 @@ func Test_findByPartNumber(t *testing.T) {
|
||||
ETag: "xxx",
|
||||
PartNumber: 1,
|
||||
},
|
||||
CompletedPart{
|
||||
ETag: "lll",
|
||||
PartNumber: 1,
|
||||
},
|
||||
CompletedPart{
|
||||
ETag: "yyy",
|
||||
PartNumber: 3,
|
||||
@@ -83,7 +87,7 @@ func Test_findByPartNumber(t *testing.T) {
|
||||
"0001.part",
|
||||
parts,
|
||||
},
|
||||
"xxx",
|
||||
"lll",
|
||||
true,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user