aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api
AgeCommit message (Expand)AuthorFilesLines
2020-12-12correctly determine whether a folder is emptyChris Lu1-11/+17
2020-12-12more efficient recursionChris Lu1-15/+40
2020-12-12s3: move "delete-directory-if-empty" to read timeChris Lu1-2/+25
2020-12-10s3: use static configuration by defaultChris Lu1-4/+5
2020-12-10save /etc/iam/identity.json inside filer storeChris Lu2-15/+11
2020-12-09s3: recursively iterate all sub foldersChris Lu1-1/+2
2020-12-07break import cycleChris Lu4-8/+12
2020-12-07s3: subscribe to s3.configure changesChris Lu3-8/+83
2020-12-06refactoringChris Lu1-15/+12
2020-11-26new pkg s3iamKonstantin Lebedev2-142/+28
2020-11-25s3 configureKonstantin Lebedev1-26/+61
2020-11-19Merge branch 'upstream_master' into store_s3credKonstantin Lebedev7-59/+120
2020-11-17remove unnecessary checkingChris Lu1-6/+0
2020-11-17s3: avoid nil resp when having errorChris Lu1-5/+5
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-11-03load S3 config from filerKonstantin Lebedev4-12/+116
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