aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/auth_credentials_subscribe.go
AgeCommit message (Collapse)AuthorFilesLines
2022-09-29s3: sync bucket info from filer (#3759)LHHDZ1-2/+17
2022-09-20s3 to watch specific directorieschrislu1-1/+1
2022-09-14go fmtchrislu1-2/+2
2022-09-14refactor: `Directory` readability (#3665)Ryan Russell1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-6/+6
2022-07-23metadata subscription uses client epochchrislu1-1/+3
2022-06-17some code optimizations石昌林1-2/+2
2022-06-17add some unit tests and some code optimizes石昌林1-4/+4
2022-06-15add s3 circuit breaker support for 'simultaneous request count' and ↵石昌林1-6/+27
'simultaneous request bytes' limitations configure s3 circuit breaker by 'command_s3_circuitbreaker.go': usage eg: # Configure the number of simultaneous global (current s3api node) requests s3.circuit.breaker -global -type count -actions Write -values 1000 -apply # Configure the number of simultaneous requests for bucket x read and write s3.circuit.breaker -buckets -type count -actions Read,Write -values 1000 -apply # Configure the total bytes of simultaneous requests for bucket write s3.circuit.breaker -buckets -type bytes -actions Write -values 100MiB -apply # Disable circuit breaker config of bucket 'x' s3.circuit.breaker -buckets x -enable false -apply # Delete circuit breaker config of bucket 'x' s3.circuit.breaker -buckets x -delete -apply
2022-06-02fix filer.sync missing source srv uploaded files to target when target downcreeew1-1/+1
2022-05-30subscribe metadata between a rangechrislu1-1/+1
2022-05-15s3: add grpc server to accept configuration changeschrislu1-1/+1
2021-12-30add client id for all metadata listening clientschrislu1-1/+1
2021-10-17save updated lastTsNsChris Lu1-1/+1
2021-10-17s3: continuously listen to file updatesChris Lu1-2/+5
fix https://github.com/chrislusf/seaweedfs/issues/2342
2021-08-04refactor client subscribe metadataChris Lu1-36/+5
2020-12-10save /etc/iam/identity.json inside filer storeChris Lu1-1/+2
2020-12-07s3: subscribe to s3.configure changesChris Lu1-0/+69