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
Which platform are you using? (ex: Windows, Mac, Linux)
Linux AMD64
What command did you run?
What problem was encountered?
Due to bug #1900 that was decided to not fix but instead a workaround should be used, this workaround needs to reflected in user documentation and error message. Otherwise users (especially existing users) get confused and frustrated as it is not a very obvious workaround. So if it is not solved in code correctly you need to help the users, cause a tailing / is normally not shown in browser (just see https://github.com/Azure/azure-storage-azcopy/issues but a sub entry https://github.com/Azure/azure-storage-azcopy/issues/new (so issues is a resource))
How can we reproduce the problem in the simplest way?
Add to guidelines the usecase of syncing a folder into an empty container with the important hint to add a "/" in end of URL.
The error message Cannot perform sync due to error: trying to sync between different resource types (either file <-> directory or directory <-> file) which is not allowed.sync must happen between source and destination of the same type, e.g. either file <-> file or directory <-> directory must be changed to: Cannot perform sync due to error: trying to sync between different resource types (either file <-> directory or directory <-> file) which is not allowed.sync must happen between source and destination of the same type, e.g. either file <-> file or directory <-> directory. To make sure that target is handled as directory you need to add a tailing "/" to target URL!
The text was updated successfully, but these errors were encountered:
Which version of the AzCopy was used?
10.16.0
Which platform are you using? (ex: Windows, Mac, Linux)
Linux AMD64
What command did you run?
What problem was encountered?
Due to bug #1900 that was decided to not fix but instead a workaround should be used, this workaround needs to reflected in user documentation and error message. Otherwise users (especially existing users) get confused and frustrated as it is not a very obvious workaround. So if it is not solved in code correctly you need to help the users, cause a tailing / is normally not shown in browser (just see https://github.com/Azure/azure-storage-azcopy/issues but a sub entry https://github.com/Azure/azure-storage-azcopy/issues/new (so issues is a resource))
How can we reproduce the problem in the simplest way?
Please see #1900
Have you found a mitigation/solution?
Cannot perform sync due to error: trying to sync between different resource types (either file <-> directory or directory <-> file) which is not allowed.sync must happen between source and destination of the same type, e.g. either file <-> file or directory <-> directory
must be changed to:Cannot perform sync due to error: trying to sync between different resource types (either file <-> directory or directory <-> file) which is not allowed.sync must happen between source and destination of the same type, e.g. either file <-> file or directory <-> directory. To make sure that target is handled as directory you need to add a tailing "/" to target URL!
The text was updated successfully, but these errors were encountered: