| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | convert error fromating to %w everywhere (#6995) | Chris Lu | 1 | -1/+1 | |
| 2024-05-23 | go fmt | chrislu | 1 | -1/+1 | |
| 2024-05-14 | [s3] Fixed s3 replication by sending content-md as base64 (#5596) | Martin Stiborský | 1 | -1/+2 | |
| 2024-03-21 | fix: panic: assignment to entry in nil map on S3Sink.CreateEntry (#5406) | Konstantin Lebedev | 1 | -7/+12 | |
| 2024-03-07 | [filer.backup] add param uploader_part_size for S3sink (#5352) | Konstantin Lebedev | 1 | -40/+81 | |
| * fix: install cronie * chore: refactor configure S3Sink * chore: refactor cinfig * add filer-backup compose file * fix: X-Amz-Meta-Mtime and resolve with comments * fix: attr mtime * fix: MaxUploadPartst is reduced to the maximum allowable * fix: env and force set max MaxUploadParts * fix: env WEED_SINK_S3_UPLOADER_PART_SIZE_MB | |||||
| 2022-08-27 | simplify | chrislu | 2 | -26/+14 | |
| 2022-08-27 | clean up | chrislu | 2 | -159/+1 | |
| 2022-08-26 | s3 sink use s3 upload manager | chrislu | 1 | -44/+32 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3531 | |||||
| 2022-08-20 | cleaner code | chrislu | 1 | -19/+19 | |
| 2022-08-19 | filer.backup: backup small files if the file is saved in filer ↵ | chrislu | 2 | -0/+18 | |
| (saveToFilerLimit > 0) fix https://github.com/seaweedfs/seaweedfs/issues/3468 | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 2 | -10/+10 | |
| 2022-02-27 | ensure compatibility | elee | 1 | -1/+3 | |
| 2022-02-27 | set canned acl on replication create | elee | 2 | -1/+6 | |
| 2021-09-01 | go fmt | Chris Lu | 1 | -3/+3 | |
| 2021-08-25 | cloud drive: add support for Wasabi | Chris Lu | 1 | -0/+1 | |
| * disable md5, sha256 checking to avoid reading one chunk twice * single threaded upload to avoid chunk swapping (to be enhanced later) | |||||
| 2021-08-23 | cloud drive: s3 configurable force path style | Chris Lu | 1 | -0/+1 | |
| 2021-08-23 | do not force path style for better compatibility | Chris Lu | 1 | -1/+0 | |
| 2021-05-26 | filer.backup: fix cloud sinks when updating entry | Chris Lu | 1 | -2/+1 | |
| 2021-02-28 | adjust log level | Chris Lu | 1 | -4/+4 | |
| 2021-02-28 | always use non bucket prefixing url | Chris Lu | 1 | -0/+1 | |
| 2021-02-28 | filer source: support filerProxy mode | Chris Lu | 1 | -3/+4 | |
| 2021-02-28 | data sink: add incremental mode | Chris Lu | 1 | -10/+18 | |
| 2020-10-22 | to read files that are quickly changing | Chris Lu | 1 | -1/+1 | |
| 2020-10-07 | read from alternative replica | Chris Lu | 1 | -2/+9 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1512 | |||||
| 2020-09-09 | filer: cross cluster synchronization | Chris Lu | 1 | -3/+3 | |
| 2020-09-01 | rename filer2 to filer | Chris Lu | 2 | -7/+7 | |
| 2020-08-15 | file size support set file length | Chris Lu | 1 | -1/+1 | |
| use Attr.FileSize and TotalChunkSize to determine file size | |||||
| 2020-07-19 | go code can read and write chunk manifest | Chris Lu | 1 | -1/+1 | |
| 2020-04-07 | filer replication: add s3 endpoint | Chris Lu | 1 | -2/+7 | |
| 2020-03-22 | consistent 64bit size | Chris Lu | 1 | -1/+1 | |
| 2020-03-17 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-03-11 | fix: #1226 | HongyanShen | 1 | -5/+5 | |
| 2020-03-08 | filer: remember content is gzipped or not | Chris Lu | 1 | -1/+1 | |
| 2020-03-06 | filer: option to encrypt data on volume server | Chris Lu | 1 | -1/+1 | |
| 2020-02-25 | remove ctx if possible | Chris Lu | 2 | -4/+4 | |
| 2020-02-25 | avoid reusing context object | Chris Lu | 2 | -6/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 | |||||
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 1 | -9/+9 | |
| 2019-11-18 | WIP | Chris Lu | 1 | -3/+3 | |
| 2019-04-16 | replicate need to include new entry path | Chris Lu | 1 | -1/+1 | |
| 2019-03-15 | add context.Context | Chris Lu | 2 | -10/+12 | |
| 2018-12-07 | optimization for reading whole chunk with gzip encoding | Chris Lu | 1 | -1/+1 | |
| 2018-11-04 | working b2 sink | Chris Lu | 1 | -0/+13 | |
| 2018-11-01 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2018-10-31 | support AWS SQS as file change notification message queue | Chris Lu | 1 | -0/+4 | |
| 2018-10-11 | go fmt | Chris Lu | 2 | -14/+15 | |
| 2018-10-06 | add filer replication to aws s3 | Chris Lu | 1 | -1/+1 | |
| 2018-10-06 | reformat | Chris Lu | 1 | -1/+1 | |
| 2018-10-04 | add google cloud storage | Chris Lu | 1 | -1/+4 | |
| 2018-10-03 | add s3 replication sink | Chris Lu | 2 | -0/+288 | |
