aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api
AgeCommit message (Expand)AuthorFilesLines
2020-04-29s3: print out time in UTC formatChris Lu2-2/+2
2020-04-29able to subscribe any topic from any point of timeChris Lu1-1/+2
2020-04-29refactoringChris Lu1-0/+2
2020-04-29chunk rememober encryption or notChris Lu1-5/+6
2020-04-08add If-None-Match and If-Modified-SinceChris Lu2-3/+3
2020-03-26S3 API: set deletion to recursiveChris Lu1-1/+1
2020-03-26go fmtChris Lu1-1/+0
2020-03-23refactoringChris Lu3-100/+8
2020-03-23refactoringChris Lu2-23/+5
2020-03-22refactoringChris Lu5-10/+10
2020-03-20S3 API: fix DeleteMultipleObjectsHandlerChris Lu4-92/+46
2020-03-08filer: processing all response headers, no pass through to volume serverChris Lu1-1/+0
2020-03-07breaks dependency loopChris Lu2-5/+3
2020-03-07fuse mount: avoid lookup nil entryChris Lu2-6/+11
2020-03-04refactoringChris Lu1-2/+2
2020-02-26go fmtChris Lu3-3/+2
2020-02-25remove ctx if possibleChris Lu6-55/+41
2020-02-25avoid reusing context objectChris Lu4-18/+19
2020-02-25s3: implemented DeleteMultipleObjectsChris Lu3-2/+153
2020-02-25refactoringChris Lu1-1/+1
2020-02-25s3: increase list objects or parts limit from 1000 to 10000Chris Lu2-9/+6
2020-02-25fix directory lookup nilChris Lu2-2/+7
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu1-3/+2
2020-02-22s3: access control limited by bucketChris Lu1-9/+25
2020-02-22s3: deny anonymous typeChris Lu1-2/+6
2020-02-18add unhandled request auth typeChris Lu1-0/+6
2020-02-17Merge pull request #1200 from chrislusf/add_s3_aclChris Lu11-42/+2112
2020-02-17configuration stores the identity listChris Lu2-10/+10
2020-02-14refactoring the close http responseChris Lu1-1/+3
2020-02-14properly close http responseChris Lu3-3/+5
2020-02-09unusedChris Lu1-1/+0
2020-02-09add streaming v4Chris Lu4-16/+162
2020-02-09add v2 supportChris Lu5-11/+440
2020-02-09support aclChris Lu8-27/+1523
2020-01-31remove printlnChris Lu1-3/+0
2020-01-31s3: add s3 copyChris Lu5-6/+204
2020-01-26use the same context object in order to retryChris Lu1-1/+1
2020-01-25grpc send error via response instead of grpc errorChris Lu1-2/+2
2019-12-13filer: DeleteFolderChildren for deleting large foldersChris Lu1-6/+0
2019-12-13filer: streaming file listingChris Lu2-4/+30
2019-11-18change uuid packageChris Lu1-2/+2
2019-09-29s3 api: fix listbucket common_prefixes issueLei Liu3-4/+11
2019-09-16add more logsChris Lu1-0/+4
2019-09-16add logsChris Lu1-0/+1
2019-07-21go fmtChris Lu2-4/+4
2019-07-08s3: adding Location for multipart uploadChris Lu1-0/+1
2019-07-08s3: adjust object keyChris Lu4-8/+21
2019-06-22refactoringChris Lu1-1/+1
2019-04-05use cached grpc clientChris Lu1-8/+5
2019-04-01fix testsChris Lu1-1/+1