aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/auth_credentials_test.go
AgeCommit message (Expand)AuthorFilesLines
2025-11-12S3: Enforce bucket policy (#7471)Chris Lu1-3/+3
2025-10-28S3: adjust for loading credentials (#7400)Chris Lu1-0/+46
2025-10-15S3: Signature verification should not check permissions (#7335)Chris Lu1-0/+56
2025-08-30S3 API: Advanced IAM System (#7160)Chris Lu1-6/+9
2025-08-01S3: fix list buckets handler (#7067)Chris Lu1-0/+183
2025-07-23change priority of admin credentials from env varaibles (#7032)Chris Lu1-18/+18
2025-07-23S3 API: simpler way to start s3 with credentials (#7030)Chris Lu1-0/+93
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