Sha256: 0b7793a8a09978df53cdbda2a7893b69652975ce0cca2765b6d46a913665e952

Contents?: true

Size: 347 Bytes

Versions: 3

Compression:

Stored size: 347 Bytes

Contents

if defined? Azure::Blob::BlobService
  module Azure
    module Blob
      BlobService.class_eval do
        def initialize(signer=Core::Auth::SharedKey.new, account_name=Azure.config.storage_account_name)
          super(signer, account_name)
          @host = "http://#{account_name}.blob.core.windows.net"
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
paperclip-azure-0.2.0 lib/azure/blob/blob_service.rb
paperclip-azure-0.1.0 lib/azure/blob/blob_service.rb
paperclip-azure-0.0.1 lib/azure/blob/blob_service.rb