Zhiming Guo

Results 3 comments of Zhiming Guo

Would it be wise to temporarily `git revert fc239151ee3e7dd7e57a6c9193b0be2c6d7c84dd` (this is what I did in my env) so everyone has a working version on master branch?

@jessarcher Would it be possible for you to kindly take a look at it? I believe it's a simple fix (3 lines) to a long standing bug.

I incremented the `chunksize` per [this suggestion](https://community.cloudflare.com/t/all-non-trailing-parts-must-have-the-same-length/552190/7) and it seems to make the problem go away in my tests. ```yaml storage: s3: chunksize: 104857600 # 100MiB ``` Following the thread,...