-
Notifications
You must be signed in to change notification settings - Fork 295
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
Minio creates multiple layers of directories using the MC client #3287
Comments
So what is the problem? @Fant2019 - closing this issue. You are not reporting anything. everything seems to be working as expected. test1/ you created the folder via |
Ah this is a Console UI issue. |
我的问题如下,当我使用命令mc mb创建子目录时,为什么与控制台下创建子目录显示不一样。 My question is as follows: why does the display of creating a subdirectory using the command mc mb differ from that in the console. |
我不明白,为什么同样是创建子目录,命令行方式和控制台方式会出现不同的结果 |
@Fant2019 in the UI when creating a subpath, it just takes you temporarily to the location in order to upload some files, if no file is uploaded then the subpath won't be stored, it's not a folder per-se |
FWIW I'm also seeing this issue when creating buckets from mc. |
minio使用mc客户端创建目录出现多层目录
Minio creates multiple layers of directories using the MC client
中文:
我使用mc客户端在bucket1存储桶下创建了test1目录,并且上传了anaconda-ks.cfg 文件。
在web控制台http://x.x.x.x:9001 中创建了test2目录,也上传了文件。
test1和test2有一些不同,test1目录下还有一个test1目录。
English:
I created the test1 directory in bucket1 using the mc client and uploaded the anaconda-ks.cfg file.
In the web console http://x.x.x.x:9001 ,I created the test2 directory and also uploaded files.
There are some differences between test1 and test2. There is also a test1 directory under test1 directory.
中文:
当我在web控制台上删除bucket1/test1/test1时,bucket1/test1被删除。
English:
When I delete bucket1/test1/test1 on the web console, bucket1/test1 is deleted。
The text was updated successfully, but these errors were encountered: