lib/fog/azurerm/requests/storage/get_object_url.rb in gitlab-fog-azure-rm-1.8.0 vs lib/fog/azurerm/requests/storage/get_object_url.rb in gitlab-fog-azure-rm-1.9.0
- old
+ new
@@ -1,7 +1,7 @@
module Fog
- module Storage
- class AzureRM
+ module AzureRM
+ class Storage
# This class provides the actual implemention for service calls.
class Real
# Get a public blob url from Azure blob storage
# This is to make this library compatible with CarrierWave.
def get_object_url(container_name, blob_name, expires, options = {})