lib/fog/azurerm/requests/storage/copy_blob.rb in gitlab-fog-azure-rm-1.8.0 vs lib/fog/azurerm/requests/storage/copy_blob.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 implementation for service calls.
class Real
def copy_blob(destination_container, destination_blob, source_container, source_blob, options = {})
options[:request_id] = SecureRandom.uuid
msg = "Copying blob: #{source_blob} from container #{source_container} to container #{destination_container} options: #{options}"