aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_errors.go
AgeCommit message (Collapse)AuthorFilesLines
2020-09-19refactoringChris Lu1-302/+0
2020-06-11return xml encoded NotFound status code for s3 deleteRinat Shigapov1-0/+6
2020-02-25s3: implemented DeleteMultipleObjectsChris Lu1-0/+7
2020-02-09add v2 supportChris Lu1-1/+6
2020-02-09support aclChris Lu1-0/+139
2020-01-31s3: add s3 copyChris Lu1-0/+14
fix https://github.com/chrislusf/seaweedfs/issues/1190
2018-09-12working S3 multipart uploadsChris Lu1-12/+1
2018-09-04preparing to support S3 multipart uploadsChris Lu1-0/+42
2018-07-22go fmtChris Lu1-1/+1
2018-07-22s3 API add ListObjectsV1Chris Lu1-1/+13
2018-07-21go fmtChris Lu1-1/+1
2018-07-21add s3 upload, and removing mono and multi part upload analyzerChris Lu1-1/+7
removing mono and multi part upload analyzer, which were used just to determine the file name
2018-07-19add HeadBucketChris Lu1-0/+6
2018-07-18add list all my bucketsChris Lu1-0/+76