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

IllegalArgumentException while fetching children when having special character in name #114

Open
uabajwa opened this issue Jul 27, 2023 · 0 comments

Comments

@uabajwa
Copy link

uabajwa commented Jul 27, 2023

When we use Special characters in s3 folder and files. They are not resolved S3FileNameParser fails to get the URI. Have seen in the code we are just replacing space with its special character. However if we see the S3 file name creation mechanism they are encoding all name and then replacing special characters with appropriate things like URLEncoder.encode(basePath, "UTF-8").replace("%3A", ":").replace("%2F", "/").replace("+", "%20"); Instead of just replacing the space if we add this line before creating the URI this problem will be resolved.

I have forked the branch should I commit the change ? and what is the process of getting the new release as its urgent for me. This issue is related to this one. #60

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