-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
encode_path on url #3
Comments
@krismichalski From what I see, it seems to be pretty standard to use the encoded_path, at least in the fog storage: |
Hi @allaire, great catch! |
@krismichalski Good, will try to get this done soonish! |
Hi, I had to monkey path to add
encode_path
to the url method, like this:Otherwise, images with spaces in it were failing. Should I create a PR?
The text was updated successfully, but these errors were encountered: