peak / s5cmd

Parallel S3 and local filesystem execution tool.
MIT License
2.7k stars 239 forks source link

invalid argument ERROR when syncing files that have certain characters in filenames #728

Open zack624 opened 4 months ago

zack624 commented 4 months ago

Hello,

I encountered the "ERROR: invalid argument" when using commands such as: s5cmd sync /xxx/file\\u3000name.txt s3://bk/ s5cmd sync /xxx/file\\u00a0name.txt s3://bk/ s5cmd sync /xxx/file\\x7fname.txt s3://bk/ It appears that s5cmd does not support processing files with certain characters like \u3000, \u00a0, and \x7f.

When I attempted to use s3cmd or S3 Browser instead, they successfully processed these files.