loverustfs

Results 450 comments of loverustfs

It's so great. Thank you very much.

我认为--domain参数应该废弃,不论用户绑定到当前服务器上的是什么域名,都应该被解析。 -- address 绑定当前服务器所有的IP v4 和 IP v6。 比如阿里云,当前对象存储会同时绑定多个域名,因此指定--domain需要优化,最优解应该被废除(改为是否启动host style)。 I think the --domain parameter should be abandoned. No matter what domain name the user binds to the current server,...

> * https://min.io/docs/minio/linux/administration/object-management.html#minio-object-management-path-virtual-access > * https://github.com/minio/minio/blob/006cacfefb3fa748cf1fde69034535b1cf1b1aae/docs/config/README.md#domain > * https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html > > 目前看下来,必须有外部传入的域名参数才能解析 virtual hosted style 的请求,否则无法判断 bucket name 到哪里终止。minio 可传入多个域名,aws 允许将 host header 直接作为 bucket name 以支持 CNAME 的情况。 >...

close this issue.

Hi @YuriyGavrilov , Got it, thank you for your suggestion. We are still continuously optimizing performance. Currently, we have only compared our performance with MinIO. In the future, once we...

We will review the code and deployment. We will get back to you once we have updates.

Hi, due to we changed the rustfs running as non-root user(both uid and gid are 1000), the change applies from 1.0.0-alpha.68. The solution is to change the permission for data...

@RogerSik , In the next update, we will change the user and user group IDs to 10001.

No, it's because of Docker permission requirements; we changed the permissions to 1000. However, 1000 also has issues, so next time we'll change it to 10001.

> Console bucket browser listing is with image rustfs/rustfs:1.0.0-alpha.69 still broken. https://github.com/rustfs/rustfs/issues/893