aboutsummaryrefslogtreecommitdiff
path: root/weed/command/iam.go
AgeCommit message (Expand)AuthorFilesLines
6 daysEmbed IAM API into S3 server (#7740)Chris Lu1-3/+24
2025-11-26Support multiple filers for S3 and IAM servers with automatic failover (#7550)Chris Lu1-11/+16
2025-11-20S3: adds FilerClient to use cached volume id (#7518)Chris Lu1-1/+4
2025-07-07* Fix undefined http serve behaiver (#6943)zuzuviewer1-5/+2
2025-07-06remove sqlite due to GOOS support for freebsd and openbsd3.93chrislu1-1/+0
2025-07-02Add credential storage (#6938)Chris Lu1-1/+8
2025-06-03change version directorychrislu1-1/+2
2025-01-17fix S3 per-user-directory Policy (#6443)Tom Crasset1-2/+3
2024-07-16Added loadSecurityConfigOnce (#5792)vadimartynov1-1/+1
2023-01-20grpc connection to filer add sw-client-id headerchrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-6/+6
2022-03-26refactor: change masters from a slice to a mapchrislu1-1/+1
2022-03-15master, filer, s3: also listen to "localhost" in addition to specific ip addresschrislu1-1/+10
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-09-12change server address from string to a typeChris Lu1-13/+10
2021-08-03add TLS grpc support for filer meta clientsChris Lu1-0/+1
2021-04-06fix get filerGrpcAddressKonstantin Lebedev1-1/+1
2021-03-25init Iam Api ServerKonstantin Lebedev1-0/+97