You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failed to perform copy command due to error: cannot start job due to error: FileIgnored.
How can we reproduce the problem in the simplest way?
Whenever I try to do recursive copy from Google Storage bucket and use --exclude-* flags (tried --exclude-path, --exclude-regex and --exclude-pattern) to skip some files, I get the error failed to perform copy command due to error: cannot start job due to error: FileIgnored..
Have you found a mitigation/solution?
Removing exclusion works fine, but of course also copies objects that I would prefer not to copy.
The text was updated successfully, but these errors were encountered:
This is an error that was supposed to be caught; it should not have made it here. I've fixed this in #1654 and it should hopefully make it through next release.
Which version of the AzCopy was used?
AzCopy 10.13.0
Which platform are you using? (ex: Windows, Mac, Linux)
Mac
What command did you run?
What problem was encountered?
How can we reproduce the problem in the simplest way?
Whenever I try to do recursive copy from Google Storage bucket and use
--exclude-*
flags (tried--exclude-path
,--exclude-regex
and--exclude-pattern
) to skip some files, I get the errorfailed to perform copy command due to error: cannot start job due to error: FileIgnored.
.Have you found a mitigation/solution?
Removing exclusion works fine, but of course also copies objects that I would prefer not to copy.
The text was updated successfully, but these errors were encountered: