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

Recursive copy between buckets using mc fails #1857

Closed
krisis opened this issue Oct 18, 2016 · 8 comments
Closed

Recursive copy between buckets using mc fails #1857

krisis opened this issue Oct 18, 2016 · 8 comments

Comments

@krisis
Copy link
Member

krisis commented Oct 18, 2016

Expected behaviour

Recursive copy between buckets must succeed.

Actual behaviour

$ mc --quiet cp  --recursive localxl/test1/ localxl/test2/
‘localxl/test1/hello.txt’ -> ‘localxl/test2/hello.txt’
mc.exe: <ERROR> Failed to copy ‘http://localhost:9000/test1/hello.txt’. Object key is missing, object key cannot be empty
Total: 6 B, Transferred: 0 B, Speed: 0 B/s

While the same works with aws,

$ aws --endpoint http://localhost:9000 s3 cp --recursive s3://test1 s3://test2
copy: s3://test1/hello.txt to s3://test2/hello.txt

Steps to reproduce the behaviour

  • Make two buckets test1 and test2
  • Copy a small object to test1
  • mc --quiet cp --recursive localxl/test1/ localxl/test2/ , where localxl is alias for local Minio server

mc version

17eeec6

System information

MS Windows

@krisis
Copy link
Member Author

krisis commented Nov 14, 2016

@harshavardhana Why have you added the question label to it?

@harshavardhana
Copy link
Member

@harshavardhana Why have you added the question label to it?

Ah sorry my mistake, was meant to re-evaluate this situation since we fixed a whole bunch of things on minio master.

@krisis
Copy link
Member Author

krisis commented Nov 14, 2016

@harshavardhana I shall check if this issue still exists with the current master.

@harshavardhana
Copy link
Member

@harshavardhana I shall check if this issue still exists with the current master.

Is this still a problem?

@krisis
Copy link
Member Author

krisis commented Nov 24, 2016

Yes, this is still a problem as of commit b51e6b0.

@harshavardhana
Copy link
Member

Only on Windows ?

@krisis
Copy link
Member Author

krisis commented Nov 25, 2016

Only on Windows ?

yes, this is seen only on windows.

@lock
Copy link

lock bot commented Apr 25, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants