aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_handlers.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-16switch to logrusorigin/logrusChris Lu1-4/+4
2020-10-11refactoring in order to adjust volume server url laterChris Lu1-2/+2
2020-09-19refactoringChris Lu1-5/+6
2020-06-11return xml encoded NotFound status code for s3 deleteRinat Shigapov1-1/+8
2020-04-29refactoringChris Lu1-0/+2
2020-03-26go fmtChris Lu1-1/+0
2020-03-23refactoringChris Lu1-0/+4
2020-03-22refactoringChris Lu1-1/+1
2020-03-04refactoringChris Lu1-2/+2
2020-02-25avoid reusing context objectChris Lu1-7/+8
2020-01-26use the same context object in order to retryChris Lu1-1/+1
2019-04-05use cached grpc clientChris Lu1-8/+5
2019-03-15add context.ContextChris Lu1-2/+3
2019-02-18adding grpc mutual tlsChris Lu1-1/+1
2019-01-02fix s3 ListAllMyBucketsResult to work with s3cmdChris Lu1-0/+1
2018-07-23go fmtChris Lu1-1/+1
2018-07-22print out unsupported methodsChris Lu1-0/+2
2018-07-21fix compilationChris Lu1-2/+0
2018-07-21unused methodChris Lu1-5/+0
2018-07-21go fmtChris Lu1-8/+8
2018-07-21add s3 upload, and removing mono and multi part upload analyzerChris Lu1-0/+12
2018-07-19add bucket creation and deletionChris Lu1-0/+4
2018-07-18refactoringChris Lu1-0/+24
2018-07-18add list all my bucketsChris Lu1-0/+67