-
Notifications
You must be signed in to change notification settings - Fork 550
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
mc mv returns non-zero on empty source #5007
Comments
Reviewing |
What is your |
You should be able to replicate the error by doing what I said, |
Provide |
And that is what I posted ........ surely the Copyright and License lines are irrelevant ? I gave you the mc version and runtime lines. |
@udf2457 You have provided the |
mc mv
returns non-zero on an empty source bucket.This causes problems with scripts that check for bad exits, i.e.
mc mv .... || report_bad_stuff
It would be nice to have one of the following:
igore-empty-source
flag or similar to achieve the same effect (i.e. not consider empty sources an error)mc version RELEASE.2024-07-15T17-46-06Z (commit-id=11034f9de1e9f993c36fbad961f76f876a753328)
Runtime: go1.22.5 linux/amd64
The text was updated successfully, but these errors were encountered: