peak / s5cmd

Parallel S3 and local filesystem execution tool.
MIT License
2.71k stars 240 forks source link

Support glob character in destination object? #724

Open dprestegard opened 5 months ago

dprestegard commented 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.