Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thangtq546 opened this issue Jan 30, 2024 · 1 comment
Open

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

thangtq546 opened this issue Jan 30, 2024 · 1 comment

Comments

@thangtq546
Copy link

thangtq546 commented Jan 30, 2024

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

@nikhil-vr
Copy link
Collaborator

Please use the latest 3.8.0.3 version. 3.3 is quite old

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants