aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-01weed s3: generate time format acceptable by aws cli s3Chris Lu3-5/+8
2019-03-31weed s3: multipart upload goes to the right bucketChris Lu1-2/+2
2019-03-15add context.ContextChris Lu6-51/+57
2019-03-15add context to all filer APIsChris Lu1-1/+1
2019-02-27add namespace for s3Chris Lu6-54/+121
2019-02-26add namespace for ListAllMyBucketsResultChris Lu2-1/+43
2019-02-18adding grpc mutual tlsChris Lu2-1/+3
2019-01-02fix s3 ListAllMyBucketsResult to work with s3cmdChris Lu3-20/+20
2019-01-02fix spellingChris Lu1-3/+3
2018-12-11adjust proto APIChris Lu1-1/+0
2018-11-08use MD5 for ETag to be consistent with Amazon S3Chris Lu1-3/+7
2018-09-22remove unused functionChris Lu1-8/+0
2018-09-19adjust uploads to a hidden folderChris Lu1-1/+1
2018-09-19add bucket name in the redirectionChris Lu2-8/+17
2018-09-12go fmtChris Lu1-2/+2
2018-09-12cleanup tmp upload directoriesChris Lu1-0/+5
2018-09-12working S3 multipart uploadsChris Lu6-91/+116
2018-09-11fix format errorChris Lu1-3/+3
2018-09-09go fmtChris Lu4-14/+14
2018-09-09add s3 multipart uploadChris Lu5-13/+152
2018-09-07add extended attributesChris Lu1-3/+3
2018-09-04fix compilation errorChris Lu1-1/+1
2018-09-04preparing to support S3 multipart uploadsChris Lu6-62/+453
2018-09-03go fmtChris Lu4-10/+11
2018-09-03refactoring filer rmChris Lu2-15/+27
2018-09-03refactoringChris Lu2-62/+84
2018-09-03add place holders for multiplarts uploadChris Lu2-15/+55
2018-09-02add s3ChunkedReaderChris Lu3-1/+373
2018-07-24go fmtChris Lu2-8/+10
2018-07-23s3API working with listing objectsChris Lu1-26/+30
2018-07-23go fmtChris Lu1-1/+1
2018-07-23s3api do not proxy directory requestsChris Lu2-1/+7
2018-07-22print out unsupported methodsChris Lu1-0/+2
2018-07-22releasing 0.91Chris Lu1-1/+1
2018-07-22s3 API add ListObjectsV2HandlerChris Lu2-23/+85
2018-07-22go fmtChris Lu4-9/+9
2018-07-22s3 API add ListObjectsV1Chris Lu3-1/+132
2018-07-21adjust DELETE response to S3 formatChris Lu1-7/+15
2018-07-21fix compilationChris Lu1-2/+0
2018-07-21unused methodChris Lu1-5/+0
2018-07-21s3 add HEAD DELETEChris Lu2-9/+72