aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/filer_multipart_test.go
AgeCommit message (Collapse)AuthorFilesLines
7 daysfix: use path instead of filepath for S3 object paths on Windows (#7739)Chris Lu1-2/+60
fix: use path instead of filepath for S3 object paths on Windows (#7733)
2024-04-06[s3] fix s3 test_multipart_resend_first_finishes_last (#5471)Konstantin Lebedev1-71/+10
* try fix s3 test https://github.com/seaweedfs/seaweedfs/pull/5466 * add error handler metrics * refactor * refactor multipartExt * delete bad entry parts
2022-12-26Fix ide warning (#4082)Guo Lei1-4/+4
fix warning message from IDE "redundant type from array, slice, or map composite literal"
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2022-03-29fix s3 tests:Konstantin Lebedev1-1/+5
multipart_upload_incorrect_etag multipart_resend_first_finishes_last
2022-03-23s3: multipart upload verifies uploaded partschrislu1-0/+83
2021-06-10refactorChris Lu1-2/+3
2020-09-11s3: ListParts output xml formatChris Lu1-0/+23
fix https://github.com/chrislusf/seaweedfs/issues/1461
2019-02-27add namespace for s3Chris Lu1-0/+26