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 00be1ae commit d1ab3d6Copy full SHA for d1ab3d6
lib/paperclip/storage/azure.rb
@@ -154,7 +154,8 @@ def obtain_azure_instance_for(options)
154
end
155
156
def azure_uri(style_name = default_style)
157
- "#{azure_storage_client.storage_blob_host}/#{container_name}/#{path(style_name).gsub(%r{\A/}, '')}"
+ uri = URI "#{container_name}/#{path(style_name).gsub(%r{\A/}, '')}"
158
+ azure_interface.generate_uri uri.path, CGI::parse(uri.query || "")
159
160
161
def azure_base_url
0 commit comments