Fixed URI encoding with special characters#117
Fixed URI encoding with special characters#117amarcionek wants to merge 1 commit intoUpplication:developfrom
Conversation
Fixes issue Upplication#105 by running the uri through URLEncoder.encode and then converting allowable characters :, / and [space] back.
|
FYI: For what it's worth, I took guidance from Amazon's SDK: https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/AmazonS3URI.java method preprocessUrlStr. |
|
Hi, @amarcionek , we would like to thank you for your work on this and are sad to see that it was not accepted and merged in this project. Would you like to fix and test it in our spin-off (rebranded fork) -- s3fs-nio -- where we have now also migrated our code to AWS SDK v2 (see carlspring/s3fs-nio#63)? As this upstream is now clearly dead (#135), please feel free to check out our work! We've identified this pull request as one of interest for review in carlspring/s3fs-nio#72. We would like to rebuild a community around the s3fs-nio and would be thrilled, if you'd like to join us in our efforts to build a stable library that is well-maintained, documented and regularly released. Kind regards, Martin Todorov |
Fixes issue #105 by running the uri through URLEncoder.encode and then converting allowable characters :, / and [space] back.