We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de4ed16 + 636bed1 commit 6a70b44Copy full SHA for 6a70b44
lib/azure_blob/client.rb
@@ -246,7 +246,7 @@ def delete_container(options = {})
246
#
247
# Example: +generate_uri("#{container}/#{key}")+
248
def generate_uri(path)
249
- URI.parse(URI::DEFAULT_PARSER.escape(File.join(host, path)))
+ URI.parse(URI::RFC2396_PARSER.escape(File.join(host, path)))
250
end
251
252
# Returns an SAS signed URI
0 commit comments