Skip to content

Compatiblity to Minio #235

@Olli

Description

@Olli

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 😃

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions