lib/stashify/directory/microsoft/azure/storage/blob.rb in stashify-microsoft-azure-storage-blob-1.0.0 vs lib/stashify/directory/microsoft/azure/storage/blob.rb in stashify-microsoft-azure-storage-blob-1.0.1
- old
+ new
@@ -7,9 +7,15 @@
module Stashify
class Directory
module Microsoft
module Azure
module Storage
+ # An implementation for interacting with Azure Blob Storage
+ # as if they had directories with "/" as a path
+ # separator. In addition to a path, it also needs a
+ # Azure::Storage::Blob::BlobService and
+ # Azure::Storage::Blob::Container::Container objects
+ # representing the container the file resides within.
class Blob < Stashify::Directory
attr_reader :container
def initialize(client:, container:, path:)
@client = client