aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_circuit_breaker.go
AgeCommit message (Expand)AuthorFilesLines
2025-11-26Metrics: Add Prometheus metrics for concurrent upload tracking (#7555)Chris Lu1-7/+15
2025-11-26Filer, S3: Feature/add concurrent file upload limit (#7554)Chris Lu1-0/+43
2025-11-26Support multiple filers for S3 and IAM servers with automatic failover (#7550)Chris Lu1-1/+3
2025-10-17Clean up logs and deprecated functions (#7339)Chris Lu1-2/+0
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-2/+2
2023-10-05handle wrapped errorschrislu1-1/+2
2023-10-05minorchrislu1-1/+5
2023-01-20grpc connection to filer add sw-client-id headerchrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-7/+7
2022-06-26adjust log messagechrislu1-1/+1
2022-06-20Fix global counter key is incorrect & Add read lock when reading counter map ...石昌林1-8/+9
2022-06-20remove go.uber.org/atomic石昌林1-8/+9
2022-06-17some code optimizations石昌林1-8/+8
2022-06-17add some unit tests and some code optimizes石昌林1-25/+32
2022-06-15add s3 circuit breaker support for 'simultaneous request count' and 'simultan...石昌林1-0/+174