# Functions
NewBlobStorage creates a new instance of the BlobStorage object.
NewEphemeralBlobStorage should only be used for tests.
NewEphemeralBlobStorageWithFs can be used by tests that want access to the virtual filesystem in order to interact with it outside the parameters of the BlobStorage api.
NewEphemeralBlobStorageWithMocker returns a *BlobMocker value in addition to the BlobStorage value.
WithBlobRetentionEpochs is an option that changes the number of epochs blobs will be persisted.
# Structs
No description provided by the author
BlobStorage is the concrete implementation of the filesystem backend for saving and retrieving BlobSidecars.
# Type aliases
BlobStorageOption is a functional option for configuring a BlobStorage.