Hi all,
it's not clear what is the input string from "--include" option.
Let me clarify. I'm copying S3 files. All files are in 1 folder but I want to split load by running copy from different machines splitting by filename first letter.
The working pattern is: --include "a*", which means all files starting with letter "a".
It's strange that next patterns are not working:
--include "**/a*"
--include "/a"
So it's not documented well - not clear the internal logic of pattern option, what does it check with? Because if it's full path, then "/a" should be working, but it's not.
Thanks