Hi Guys
I'm really happy have with rustfs a successor of MinIO. I was just implementing an CLI wrapper.
In the documentation in the admin section there is a line
The rc admin operation manages RustFS or MinIO-compatible administrative APIs, including cluster information, healing, pools, expansion, decommissioning, rebalance workflows, IAM users, policies, groups, and service accounts.
I just wanted to test it to add a user to my existing minio s3 storage and well ... the api namespace isn't
/minio/admin/v3/add-user but /rustfs/admin/v3/add-user.
The code does also seem to have a hard coded rustfs namespace here
|
format!("{}/rustfs/admin/v3{}", self.endpoint, path) |
Did I got something wrong or is there a bit of a lack of compatibility? Are there any plans to make this more flexible?
Thanks for answering 😃
Hi Guys
I'm really happy have with rustfs a successor of MinIO. I was just implementing an CLI wrapper.
In the documentation in the admin section there is a line
The rc admin operation manages RustFS or MinIO-compatible administrative APIs, including cluster information, healing, pools, expansion, decommissioning, rebalance workflows, IAM users, policies, groups, and service accounts.I just wanted to test it to add a user to my existing minio s3 storage and well ... the api namespace isn't
/minio/admin/v3/add-user but /rustfs/admin/v3/add-user.
The code does also seem to have a hard coded rustfs namespace here
cli/crates/s3/src/admin.rs
Line 95 in 95525bd
Did I got something wrong or is there a bit of a lack of compatibility? Are there any plans to make this more flexible?
Thanks for answering 😃