aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_object_copy_handlers.go
AgeCommit message (Expand)AuthorFilesLines
2022-05-30move s3 related constants from package http to s3_constantschrislu1-24/+23
2022-05-30use final destination to resolve fs configurationchrislu1-3/+5
2022-05-14test(s3api_object_copy_handlers_test.go): some unit tests have been added to ...shichanglin51-22/+15
2022-05-13fix the problem of metadata and tagging loss when files are copiedshichanglin51-5/+126
2022-01-18S3: fail fast when "X-Amz-Copy-Source" is a folderchrislu1-7/+2
2022-01-17S3: fail fast when "X-Amz-Copy-Source" is a folderchrislu1-0/+4
2021-12-30FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 ClientSebastian Kurfuerst1-2/+2
2021-12-07Merge pull request #2498 from kmlebedev/s3_audit_logChris Lu1-2/+3
2021-12-07audit logKonstantin Lebedev1-2/+3
2021-12-04s3: copy object API needs to escape special characterschrislu1-3/+3
2021-10-31refactoringChris Lu1-12/+12
2021-10-31refactoringChris Lu1-3/+3
2021-09-19add glog for s3 handlersChris Lu1-0/+4
2021-09-12change server address from string to a typeChris Lu1-4/+4
2021-09-05fix wrong srcPath checkingChris Lu1-1/+1
2021-09-03s3: CopyObject return http Status 400 Bad Request for non-existing sourceChris Lu1-0/+9
2021-08-12use grpc and jwtChris Lu1-1/+1
2021-06-10refactorChris Lu1-15/+15
2021-06-10refactoringChris Lu1-11/+11
2021-03-19s3: copy object to itselfChris Lu1-1/+26
2020-11-11adjust logsChris Lu1-0/+3
2020-09-21s3: fixes for list multipart uploadChris Lu1-1/+1
2020-09-19refactoringChris Lu1-9/+10
2020-09-09return http response directlyChris Lu1-3/+3
2020-07-26refactorChris Lu1-8/+2
2020-07-25fix s3api copy object handler SerializationErrorpopstk1-2/+2
2020-02-25refactoringChris Lu1-1/+1
2020-02-14properly close http responseChris Lu1-0/+2
2020-01-31remove printlnChris Lu1-3/+0
2020-01-31s3: add s3 copyChris Lu1-0/+152