aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api
AgeCommit message (Expand)AuthorFilesLines
2020-11-15go fmtChris Lu1-1/+1
2020-11-13adjust check bucket if exist or has access.ruitao.liu1-16/+16
2020-11-12enable admin to access all bucketsChris Lu3-22/+41
2020-11-12fix ErrNotFoundChris Lu1-1/+1
2020-11-12rename functionChris Lu2-3/+3
2020-11-12Merge pull request #1613 from taozix/masterChris Lu2-19/+32
2020-11-12skip if entry.Extended map is nil.ruitao.liu1-8/+14
2020-11-12return NoSuchBucket instead of InternalError delete non-existed bucket.ruitao.liu1-7/+10
2020-11-12check permission for bucket delete/head.ruitao.liu2-19/+23
2020-11-11Merge pull request #1612 from taozix/masterChris Lu3-16/+46
2020-11-12check if bucket already exists.ruitao.liu1-0/+3
2020-11-12fix if nil map in entry.ruitao.liu1-0/+3
2020-11-11adjust logsChris Lu3-8/+13
2020-11-11Add bucket owner attr.ruitao.liu3-16/+40
2020-11-04avoid blank response for 404Konstantin Lebedev1-1/+1
2020-10-29adjust s3 header file.ruitao.liu3-6/+35
2020-10-29S3 bucket list, response with uploaded storageclass.ruitao.liu1-2/+9
2020-10-27shorter tag prefixChris Lu1-1/+1
2020-10-27rename s3 tag prefix.ruitao.liu1-1/+1
2020-10-27return x-amz-tag-count header when GET object.ruitao.liu1-1/+1
2020-10-24go fmtChris Lu1-1/+1
2020-10-21multiplate DomainNames through commaKonstantin Lebedev1-4/+8
2020-10-20s3: report error to s3 when updating an object but it is already a directoryChris Lu2-2/+17
2020-10-15s3: avoid duplicated bucketChris Lu1-0/+28
2020-10-11refactoring in order to adjust volume server url laterChris Lu1-2/+2
2020-10-08s3: only admin can list all bucketsChris Lu1-1/+1
2020-10-07go fmtChris Lu1-7/+7
2020-10-07s3: Added support for "List" action in weed s3 -config=... in the config file.Chris Lu2-11/+13
2020-10-02s3: support object taggingChris Lu6-0/+322
2020-10-01add status code in S3RequestCounterKonstantin Lebedev1-5/+22
2020-09-25s3:limd1-1/+1
2020-09-24Merge pull request #1482 from hilimd/masterChris Lu1-1/+11
2020-09-24s3: handle response-content-encodingChris Lu1-0/+23
2020-09-23rollbacklimd1-16/+6
2020-09-23fixed the problem of empty directory when S3 deleted the directorylimd1-1/+1
2020-09-23fixed the problem of empty directory when S3 deleted the directorylimd1-0/+5
2020-09-231.add S3 copy directory functionlimd2-7/+22
2020-09-21refactorChris Lu2-4/+2
2020-09-21s3: fixes for list multipart uploadChris Lu3-5/+22
2020-09-20adjust printoutChris Lu1-1/+1
2020-09-20refactoringChris Lu6-28/+28
2020-09-20adjust loggingChris Lu1-1/+1
2020-09-19open upChris Lu1-1/+1
2020-09-19s3: add support for PostPolicyChris Lu11-3/+1482
2020-09-19refactoringChris Lu13-195/+207
2020-09-18fix compilationChris Lu1-2/+2
2020-09-18s3: collect metricsChris Lu2-19/+36
2020-09-11add commentChris Lu1-0/+2
2020-09-11s3: listMultipartUploads fix output formatChris Lu1-11/+26
2020-09-11s3: ListParts output xml formatChris Lu4-15/+55