aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/auth_credentials.go
AgeCommit message (Expand)AuthorFilesLines
2021-11-09s3: add RWMutex to iam, use RLock for concurrent readingBl1tz231-5/+7
2021-11-09s3: fix potencial iam identities data raceBl1tz231-1/+7
2021-11-07adjust logsChris Lu1-1/+1
2021-11-07log unknown access keyChris Lu1-0/+2
2021-10-31refactoringChris Lu1-1/+1
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-4/+5
2021-10-11AclHandlersKonstantin Lebedev1-0/+25
2021-07-09s3 config read via grpcChris Lu1-2/+8
2021-07-03loggingChris Lu1-1/+1
2021-06-10refactorChris Lu1-1/+1
2021-06-10refactoringChris Lu1-1/+1
2021-04-27auth use bucket wild cardsKonstantin Lebedev1-9/+19
2020-12-27s3: fix regressionChris Lu1-1/+30
2020-12-25s3: support config action Admin:bucketChris Lu1-10/+23
2020-12-22go fmtChris Lu1-1/+0
2020-12-10s3: use static configuration by defaultChris Lu1-4/+5
2020-12-10save /etc/iam/identity.json inside filer storeChris Lu1-14/+9
2020-12-07break import cycleChris Lu1-8/+0
2020-12-07s3: subscribe to s3.configure changesChris Lu1-8/+10
2020-12-06refactoringChris Lu1-15/+12
2020-11-26new pkg s3iamKonstantin Lebedev1-5/+28
2020-11-19Merge branch 'upstream_master' into store_s3credKonstantin Lebedev1-16/+30
2020-11-12enable admin to access all bucketsChris Lu1-4/+14
2020-11-11Add bucket owner attr.ruitao.liu1-12/+16
2020-11-03load S3 config from filerKonstantin Lebedev1-7/+8
2020-10-07s3: Added support for "List" action in weed s3 -config=... in the config file.Chris Lu1-3/+5
2020-09-20adjust loggingChris Lu1-1/+1
2020-09-19open upChris Lu1-1/+1
2020-09-19s3: add support for PostPolicyChris Lu1-1/+1
2020-09-19refactoringChris Lu1-12/+13
2020-08-06S3: configurable access for anonymous userChris Lu1-1/+15
2020-07-26refactorChris Lu1-3/+1
2020-07-25fix s3api auth bugpopstk1-1/+1
2020-07-11refactoringChris Lu1-1/+7
2020-02-22s3: access control limited by bucketChris Lu1-9/+25
2020-02-22s3: deny anonymous typeChris Lu1-2/+6
2020-02-18add unhandled request auth typeChris Lu1-0/+6
2020-02-17configuration stores the identity listChris Lu1-5/+5
2020-02-09add v2 supportChris Lu1-7/+19
2020-02-09support aclChris Lu1-0/+150