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 filename with "%" character after using CopyObject api aws. #2482

Closed
aoberest opened this issue Nov 30, 2021 · 1 comment
Closed

Comments

@aoberest
Copy link

Sponsors SeaweedFS via Patreon https://www.patreon.com/seaweedfs
Report issues here. Ask questions here https://stackoverflow.com/questions/tagged/seaweedfs
Please ask questions in https://github.com/chrislusf/seaweedfs/discussions

Describe the bug
Hello.
If the file name is "file%231.pdf", then for some reason after copying creates the file "file#1.pdf"

How to reproduce.
through the AWS command does this too:
aws --endpoint-url https://s3.mainserver.de --no-verify-ssl s3 cp s3://backet-test/readme.txt s3://backet-test/copied/file%231.txt

file backet-test/copied/file#1.txt was created

minio creates file%231.txt

maybe decoding works here because it is Url-Like syntax - ?

System Setup

  • OS version Centos 7
    Weed vesrsion 2.70

Expected behavior
Ability to create file with '%' character

@chrislusf
Copy link
Collaborator

thanks for reporting! fixed now.

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

2 participants