aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api
AgeCommit message (Expand)AuthorFilesLines
2020-09-09properly cancel context for streaming grpcChris Lu1-1/+3
2020-09-09return http response directlyChris Lu1-3/+3
2020-09-01rename filer2 to filerChris Lu2-7/+7
2020-08-29go fmtChris Lu1-12/+12
2020-08-26s: avoid possible completeMultipartUpload re-tries that can overwrite the upl...Chris Lu1-2/+2
2020-08-24s3: list bucket permission change from admin to readChris Lu1-1/+1
2020-08-19fix listObjectsV2 response formatChris Lu1-5/+4
2020-08-15file size support set file lengthChris Lu2-2/+2
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-08check signature only when auth is enabledChris Lu2-26/+30
2020-08-06S3: configurable access for anonymous userChris Lu1-1/+15
2020-08-01fix spark read s3 bug (sc.binaryFiles)limd2-5/+18
2020-07-28s3: use bucket in the domainChris Lu1-1/+6
2020-07-28PutObject: fix create folder buglimd1-7/+14
2020-07-26refactorChris Lu6-62/+26
2020-07-26auth for presigned put object partChris Lu1-4/+8
2020-07-26auth for presigned put operationChris Lu1-1/+6
2020-07-25fix s3api auth bugpopstk1-1/+1
2020-07-25fix s3api copy object handler SerializationErrorpopstk1-2/+2
2020-07-11refactoringChris Lu1-1/+7
2020-06-22S3: DeleteObject API also support deleting a folder recursivelyChris Lu1-1/+1
2020-06-19return last modified in UTCRinat Shigapov1-1/+1
2020-06-11fix typoChris Lu1-5/+5
2020-06-11keep 204 responseRinat Shigapov1-5/+1
2020-06-11return xml encoded NotFound status code for s3 deleteRinat Shigapov3-1/+18
2020-06-11proxy status code of filer delete responseRinat Shigapov1-4/+4
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