Skip to content

Unable to use the mc client tool for the bucket created on ECS. #576

@thangtq546

Description

@thangtq546

Hi,

I have successfully installed ECS version 3.3.0. I accessed Manage > Buckets and created a new Bucket named 'ac-ecs' with RG=rg1, Owner=admin1, VDC=vdc1 as shown in the image below:
Bucket

Now I want to connect from an external server, using the mc client tool to perform some queries on ac-ecs bucket.

Steps to Reproduce Behavior

  1. I have set up an alias using mc
mc alias set ecs https://10.14.x.y admin1 ********** --insecure
Added `ecs` successfully.
  1. I performed a list on the 'ac-ecs' bucket just created above; however, I encountered an issue:
mc ls ecs/ac-ecs --insecure
mc: <ERROR> Unable to list folder. Bucket `ac-ecs` does not exist.

mc reports that the 'ac-ecs' bucket does not exist, even though I created it previously through the web interface

  1. I proceeded to create a new bucket using the mc tool; however, I encountered an issue:
mc mb ecs/mybucket --insecure
mc: <ERROR> Unable to list folder. Bucket `mybucket` does not exist.

mc reports that 'mybucket' does not exist, even though I have just created it now.

Can someone support me on how to use the 'mc' tool for the bucket created on ECS?
Can I find this guide in which documentation?

Thanks for your supporting!

Notifies: @nikhil-vr

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