aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/filer_multipart.go
AgeCommit message (Expand)AuthorFilesLines
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-2/+2
2022-11-10feat:add a uuid after uploadid (#3963)famosss1-0/+3
2022-10-29add back "/" prefix if it is missing in objectchrislu1-1/+1
2022-10-28refactor filer proto chunk variable from mtime to modified_ts_nschrislu1-7/+7
2022-09-15fix 0 size (#3683)ImFantuan1-1/+2
2022-09-15IsTruncated returned by the ListMultipartUploads method is set to false by de...famosss1-0/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-4/+4
2022-05-03return false if not foundchrislu1-0/+3
2022-04-27avoid empty listMultipartUploads responseKonstantin Lebedev1-5/+9
2022-04-18Merge branch 'master' into slices.SortFuncleyou2401-3/+1
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin1-2/+3
2022-04-12check uploadid using object name hash stringguol-fnst1-3/+1
2022-03-29revert sort.SearchKonstantin Lebedev1-7/+12
2022-03-29fix s3 tests:Konstantin Lebedev1-6/+15
2022-03-23s3: multipart upload verifies uploaded partschrislu1-4/+26
2022-02-18commentschrislu1-0/+3
2022-02-18Revert "s3: listObjectParts return ErrNoSuchUpload if does not exist"chrislu1-4/+0
2022-02-03s3: listObjectParts return ErrNoSuchUpload if does not existchrislu1-0/+4
2021-12-04s3: copy object API needs to escape special characterschrislu1-1/+1
2021-10-18S3: fix upload limit if the size is more than 8GBChris Lu1-1/+1
2021-10-14s3 mime detectKonstantin Lebedev1-0/+6
2021-10-12S3 MultipartUpload pass contentType to metaKonstantin Lebedev1-0/+6
2021-09-12change server address from string to a typeChris Lu1-1/+1
2021-07-21go fmtChris Lu1-3/+3
2021-07-02fix s3 metadata error with multipart uploadlyg1-1/+16
2021-07-01S3: add metadata with multipart uploadChris Lu1-0/+3
2020-09-21s3: fixes for list multipart uploadChris Lu1-3/+20
2020-09-19refactoringChris Lu1-12/+13
2020-09-11add commentChris Lu1-0/+2
2020-09-11s3: listMultipartUploads fix output formatChris Lu1-11/+26
2020-09-11s3: ListParts output xml formatChris Lu1-12/+26
2020-09-01rename filer2 to filerChris Lu1-4/+4
2020-08-26s: avoid possible completeMultipartUpload re-tries that can overwrite the upl...Chris Lu1-2/+2
2020-08-15file size support set file lengthChris Lu1-1/+1
2020-04-29s3: print out time in UTC formatChris Lu1-1/+1
2020-04-29chunk rememober encryption or notChris Lu1-5/+6
2020-04-08add If-None-Match and If-Modified-SinceChris Lu1-2/+2
2020-03-23refactoringChris Lu1-2/+2
2020-03-20S3 API: fix DeleteMultipleObjectsHandlerChris Lu1-2/+2
2020-02-25remove ctx if possibleChris Lu1-16/+15
2019-11-18change uuid packageChris Lu1-2/+2
2019-09-29s3 api: fix listbucket common_prefixes issueLei Liu1-0/+5
2019-07-21go fmtChris Lu1-3/+3
2019-07-08s3: adding Location for multipart uploadChris Lu1-0/+1
2019-07-08s3: adjust object keyChris Lu1-4/+4
2019-06-22refactoringChris Lu1-1/+1
2019-03-15add context.ContextChris Lu1-13/+14
2019-02-27add namespace for s3Chris Lu1-4/+9
2018-09-12cleanup tmp upload directoriesChris Lu1-0/+5
2018-09-12working S3 multipart uploadsChris Lu1-27/+55