loverustfs

Results 450 comments of loverustfs

> Last night we built using the latest source code, but there are still issues. > > [@loverustfs](https://github.com/loverustfs) [@majinghe](https://github.com/majinghe) [@weisd](https://github.com/weisd) [@reatang](https://github.com/reatang) Yes, it's expected to be resolved next Monday or...

> @duanhongyi It seems the issue is related to the configuration of `multipartupload`. In [docker registry s3 configuration docs](https://distribution.github.io/distribution/storage-drivers/s3/), there are some parameters `chunksize`,`multipartcopychunksize`,`multipartcopymaxconcurrency`,`multipartcopythresholdsize`, i have tested with the below...

Hey @duanhongyi , We just released alpha.70. How do we run the regression tests? https://github.com/rustfs/rustfs/releases/tag/1.0.0-alpha.70

> > Based on the error logs, it appears that the value returned by ListParts doesn't match expectations. The return value of ListParts is 0. > > ``` > 0...

Hey @Mic92 , Is this demand strong in NixOS? Thank you very much.

> Haven't reviewed the flake.nix, fixing shebangs makes sense not just for NixOS. It's also needed for potential FreeBSD support and on MacOS /bin/bash is super old - using env...

Hey @mhkarimi1383 , NixOS is an awesome OS, and we really love its design philosophy. That said, I haven't done a deep dive into it myself yet, so I'm not...

> I will checkout the PR and I will try to add missing things if needed > > Thanks Ok, Thanks.

Hey @mhkarimi1383 , Thanks for the PR! Using #!/usr/bin/env bash is indeed a more portable approach and follows best practices for cross-platform compatibility, especially for NixOS users. I'm happy to...