aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/auth_credentials_test.go
AgeCommit message (Expand)AuthorFilesLines
2025-01-16improve iam error handling (#6446)Tom Crasset1-0/+2
2024-05-17added s3 iam DeleteBucket permission management (#5599)Riccardo Bertossa1-2/+13
2023-09-25[s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (...Konstantin Lebedev1-12/+25
2023-09-21[iam] Replace action read/write to readAcp/writeAcp for handlers with acl (#...Konstantin Lebedev1-0/+8
2023-09-21[s3] optimization iam lookup for reducing algorithm complexity (#4857)Konstantin Lebedev1-0/+9
2022-10-10change s3_account.go package to avoid cycle dependency (#3813)LHHDZ1-1/+2
2022-10-01add ownership rest apis (#3765)LHHDZ1-0/+94
2022-08-18fix testschrislu1-5/+5
2022-08-17also migrate jsonpbchrislu1-1/+1
2022-08-17move proto packagechrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-01-12https://github.com/chrislusf/seaweedfs/issues/2583Konstantin Lebedev1-0/+10
2022-01-03fix auth permission checkingchrislu1-10/+10
2022-01-03wildcard prefix to restrict access to directories in s3 bucketchrislu1-0/+49
2020-12-07break import cycleChris Lu1-0/+1
2020-02-17configuration stores the identity listChris Lu1-5/+5
2020-02-09support aclChris Lu1-0/+68