package
0.0.0-20230301081111-79ba34714ab8
Repository: https://github.com/truecloudlab/frostfs-node.git
Documentation: pkg.go.dev
# 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
ErrInitBlobovniczas is returned when blobovnicza initialization fails.
ErrNoPlaceFound is returned when object can't be saved to any sub-storage component because of the policy.
# Structs
BlobStor represents FrostFS local BLOB storage.
Info contains information about blobstor.
SubStorage represents single storage component with some storage policy.
SubStorageInfo contains information about blobstor storage component.
# Type aliases
Option represents BlobStor's constructor option.