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

Fixes url encoding for paths. #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 18, 2020

  1. Fixes url encoding for paths.

    Run the uri through URLEncoder.encode and then converting allowable characters :, / and [space] back. Taken from https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/AmazonS3URI.java
    amarcionek committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    ed84594 View commit details
    Browse the repository at this point in the history