Open dprestegard opened 5 months ago
Hello!
I'm using s5cmd for a use case where objects have pretty wacky names, including ? and *. Don't ask me why! :)
?
*
I use command files, and unfortunately if I'm trying to download these objects via command file I run into the following error:
target "/var/tmp/sample file name ?.wav" can not contain glob characters
Is there any way to make s5cmd relax this requirement so I can actually download these objects via a command file?
I already wrap source and destination paths in double quotes to handle spaces.
Hello!
I'm using s5cmd for a use case where objects have pretty wacky names, including
?
and*
. Don't ask me why! :)I use command files, and unfortunately if I'm trying to download these objects via command file I run into the following error:
Is there any way to make s5cmd relax this requirement so I can actually download these objects via a command file?
I already wrap source and destination paths in double quotes to handle spaces.