Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zack624 opened this issue Jul 2, 2024 · 0 comments

Comments

@zack624
Copy link

zack624 commented Jul 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant