# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
IterateBinaryObjects is a helper function which iterates over BlobStor and passes binary objects to f.
New creates, initializes and returns new BlobStor instance.
WithCompressObjects returns option to toggle compression of the stored objects.
WithLogger returns option to specify BlobStor's logger.
WithStorages provides sub-blobstors.
WithUncompressableContentTypes returns option to disable decompression for specific content types as seen by object.AttributeContentType attribute.
# Variables
ErrNoPlaceFound is returned when object can't be saved to any sub-storage component because of the policy.
# Structs
BlobStor represents NeoFS local BLOB storage.
Info contains information about blobstor.
ObjectStatus represents the status of the object in the Blob storage.
ObjectSubstorageStatus represents the status of the object in the Blob storage, containing the type and path of the storage and an error if it occurred.
SubStorage represents single storage component with some storage policy.
SubStorageInfo contains information about blobstor storage component.
# Type aliases
Option represents BlobStor's constructor option.