| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-29 | s3: sync bucket info from filer (#3759) | LHHDZ | 1 | -2/+17 | |
| 2022-09-20 | s3 to watch specific directories | chrislu | 1 | -1/+1 | |
| 2022-09-14 | go fmt | chrislu | 1 | -2/+2 | |
| 2022-09-14 | refactor: `Directory` readability (#3665) | Ryan Russell | 1 | -1/+1 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -6/+6 | |
| 2022-07-23 | metadata subscription uses client epoch | chrislu | 1 | -1/+3 | |
| 2022-06-17 | some code optimizations | 石昌林 | 1 | -2/+2 | |
| 2022-06-17 | add some unit tests and some code optimizes | 石昌林 | 1 | -4/+4 | |
| 2022-06-15 | add 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-02 | fix filer.sync missing source srv uploaded files to target when target down | creeew | 1 | -1/+1 | |
| 2022-05-30 | subscribe metadata between a range | chrislu | 1 | -1/+1 | |
| 2022-05-15 | s3: add grpc server to accept configuration changes | chrislu | 1 | -1/+1 | |
| 2021-12-30 | add client id for all metadata listening clients | chrislu | 1 | -1/+1 | |
| 2021-10-17 | save updated lastTsNs | Chris Lu | 1 | -1/+1 | |
| 2021-10-17 | s3: continuously listen to file updates | Chris Lu | 1 | -2/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2342 | |||||
| 2021-08-04 | refactor client subscribe metadata | Chris Lu | 1 | -36/+5 | |
| 2020-12-10 | save /etc/iam/identity.json inside filer store | Chris Lu | 1 | -1/+2 | |
| 2020-12-07 | s3: subscribe to s3.configure changes | Chris Lu | 1 | -0/+69 | |
