s5cmd icon indicating copy to clipboard operation
s5cmd copied to clipboard

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

Open zack624 opened this issue 1 year ago • 0 comments

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.

zack624 avatar Jul 02 '24 03:07 zack624