aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_objects_list_handlers.go
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-19return last modified in UTCRinat Shigapov1-1/+1
2020-04-08add If-None-Match and If-Modified-SinceChris Lu1-1/+1
2020-03-22refactoringChris Lu1-1/+1
2020-02-25remove ctx if possibleChris Lu1-8/+4
2020-02-25avoid reusing context objectChris Lu1-1/+1
2020-02-25s3: increase list objects or parts limit from 1000 to 10000Chris Lu1-5/+2
2019-12-13filer: streaming file listingChris Lu1-2/+15
2019-09-29s3 api: fix listbucket common_prefixes issueLei Liu1-3/+5
2019-07-08s3: adjust object keyChris Lu1-0/+4
2019-04-01weed s3: generate time format acceptable by aws cli s3Chris Lu1-3/+3
2019-03-15add context.ContextChris Lu1-5/+9
2019-02-27add namespace for s3Chris Lu1-24/+22
2018-09-09go fmtChris Lu1-1/+1
2018-09-09add s3 multipart uploadChris Lu1-2/+2
2018-07-24go fmtChris Lu1-5/+6
2018-07-23s3API working with listing objectsChris Lu1-26/+30
2018-07-22s3 API add ListObjectsV2HandlerChris Lu1-12/+75
2018-07-22go fmtChris Lu1-6/+6
2018-07-22s3 API add ListObjectsV1Chris Lu1-0/+116