aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_objects_list_handlers.go
AgeCommit message (Expand)AuthorFilesLines
2022-11-25avoid recursive deleting newly created empty directories (#4016)Konstantin Lebedev1-1/+8
2022-10-24fix: isTruncated returns problematic (#3907)famosss1-1/+1
2022-08-15Fix s3 pagination (#3436)Chris Lu1-115/+129
2022-08-03minorchrislu1-4/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2022-07-06S3 ListObjectsV2 fix pagination under bucket rootchrislu1-1/+1
2022-07-01fix paginationKonstantin Lebedev1-13/+16
2022-06-29use const multipart uploads folderKonstantin Lebedev1-1/+1
2022-06-07fix s3 testsKonstantin Lebedev1-28/+42
2022-06-01fix show empty dirKonstantin Lebedev1-5/+15
2022-05-30move s3 related constants from package http to s3_constantschrislu1-5/+5
2022-05-30list self dirKonstantin Lebedev1-54/+76
2022-05-30show fake dirsKonstantin Lebedev1-9/+10
2022-05-27list empty folderKonstantin Lebedev1-11/+14
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-12-07audit logKonstantin Lebedev1-2/+2
2021-11-07s3: fix ListObject if more than 10000 objectsChris Lu1-0/+4
2021-10-31refactoringChris Lu1-8/+8
2021-10-31refactoringChris Lu1-2/+2
2021-09-19add glog for s3 handlersChris Lu1-0/+2
2021-06-10refactorChris Lu1-10/+10
2021-06-10refactoringChris Lu1-8/+8
2021-05-02s3: return 404 if bucket does not existChris Lu1-0/+15
2021-03-16s3: count correction for the number of files in the dirwuh-fnst1-1/+0
2021-01-24s3: fix for listing objects if more than 1000 in the folderChris Lu1-1/+1
2021-01-17s3: listing may repeat on the edgeChris Lu1-1/+1
2021-01-11s3: KeyCount is zeroChris Lu1-1/+1
2020-12-27s3: add option for "alllowEmptyFolder"Chris Lu1-2/+4
2020-12-24s3: avoid looping if the directory is emptyChris Lu1-0/+5
2020-12-24added more logsChris Lu1-3/+3
2020-12-24add debug messagesChris Lu1-0/+3
2020-12-23just log error when checking empty dir failedChris Lu1-1/+1
2020-12-23s3: break loop if errorChris Lu1-1/+1
2020-12-12correctly determine whether a folder is emptyChris Lu1-11/+17
2020-12-12more efficient recursionChris Lu1-15/+40
2020-12-12s3: move "delete-directory-if-empty" to read timeChris Lu1-2/+25
2020-12-09s3: recursively iterate all sub foldersChris Lu1-1/+2
2020-10-29adjust s3 header file.ruitao.liu1-5/+3
2020-10-29S3 bucket list, response with uploaded storageclass.ruitao.liu1-2/+9
2020-09-19refactoringChris Lu1-6/+7
2020-09-09properly cancel context for streaming grpcChris Lu1-1/+3
2020-09-01rename filer2 to filerChris Lu1-3/+3
2020-08-29go fmtChris Lu1-12/+12
2020-08-19fix listObjectsV2 response formatChris Lu1-5/+4
2020-08-15file size support set file lengthChris Lu1-1/+1
2020-08-09remove printlnChris Lu1-1/+1
2020-08-09istObjects和listObjectsV2不能查询子目录 #1418Chris Lu1-58/+151
2020-08-09s3: fix delimiter in list responseChris Lu1-1/+1
2020-08-01fix spark read s3 bug (sc.binaryFiles)limd1-5/+13
2020-07-26refactorChris Lu1-8/+2