aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_object_multipart_handlers.go
AgeCommit message (Expand)AuthorFilesLines
2022-11-11fix 'NoSuchUpload' when upload part (#3968)LHHDZ1-1/+1
2022-11-10feat:add a uuid after uploadid (#3963)famosss1-2/+3
2022-09-14go fmtchrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-4/+4
2022-06-29use const multipart uploads folderKonstantin Lebedev1-1/+1
2022-06-27Remove the collection query param of s3api and let the collection be determin...石昌林1-2/+2
2022-06-20AbortMultipartUploadHandler should return 204 instead of 200guol-fnst1-5/+8
2022-05-30move s3 related constants from package http to s3_constantschrislu1-7/+7
2022-05-30use final destination to resolve fs configurationchrislu1-1/+2
2022-05-01go fmtchrislu1-1/+1
2022-04-12rename functions and remove uncessary checkguol-fnst1-11/+5
2022-04-12check uploadid using object name hash stringguol-fnst1-12/+24
2022-04-11Check object name and uploadID when processing multipart uploadingguol-fnst1-3/+35
2022-03-23s3: multipart upload verifies uploaded partschrislu1-5/+31
2022-02-07s3: avoid nil responsechrislu1-2/+2
2021-12-07audit logKonstantin Lebedev1-6/+7
2021-10-31refactoringChris Lu1-14/+14
2021-10-31refactoringChris Lu1-6/+6
2021-10-27adjust logsChris Lu1-2/+4
2021-10-14s3 mime detectKonstantin Lebedev1-1/+4
2021-10-12S3 MultipartUpload pass contentType to metaKonstantin Lebedev1-0/+4
2021-09-12change server address from string to a typeChris Lu1-1/+1
2021-07-15readable logsChris Lu1-5/+5
2021-07-01S3: add metadata with multipart uploadChris Lu1-4/+13
2021-06-10refactorChris Lu1-24/+24
2021-06-10refactoringChris Lu1-14/+14
2020-11-11adjust logsChris Lu1-7/+9
2020-09-21s3: fixes for list multipart uploadChris Lu1-1/+1
2020-09-19refactoringChris Lu1-15/+16
2020-08-08check signature only when auth is enabledChris Lu1-13/+15
2020-07-26refactorChris Lu1-18/+6
2020-07-26auth for presigned put object partChris Lu1-4/+8
2020-02-25remove ctx if possibleChris Lu1-9/+6
2020-02-25s3: increase list objects or parts limit from 1000 to 10000Chris Lu1-4/+4
2020-02-17Merge pull request #1200 from chrislusf/add_s3_aclChris Lu1-4/+10
2020-02-14properly close http responseChris Lu1-0/+1
2020-02-09add streaming v4Chris Lu1-4/+10
2019-07-08s3: adjust object keyChris Lu1-4/+4
2019-03-31weed s3: multipart upload goes to the right bucketChris Lu1-2/+2
2019-03-15add context.ContextChris Lu1-6/+9
2018-09-19adjust uploads to a hidden folderChris Lu1-1/+1
2018-09-12working S3 multipart uploadsChris Lu1-29/+15
2018-09-09go fmtChris Lu1-6/+6
2018-09-09add s3 multipart uploadChris Lu1-0/+2
2018-09-04preparing to support S3 multipart uploadsChris Lu1-8/+232
2018-09-03add place holders for multiplarts uploadChris Lu1-0/+40