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.
1 parent 3e9ac3a commit 5976de3Copy full SHA for 5976de3
lib/azure_blob/client.rb
@@ -248,7 +248,7 @@ def delete_container(options = {})
248
# Example: +generate_uri("#{container}/#{key}")+
249
def generate_uri(path)
250
encoded = path.split("/").map { |segment| CGI.escape(segment) }.join("/")
251
- URI.parse([host.chomp("/"), encoded].join("/"))
+ URI.parse([ host.chomp("/"), encoded ].join("/"))
252
end
253
254
# Returns an SAS signed URI
0 commit comments