package
1.0.0-rc.12
Repository: https://github.com/nspcc-dev/neofs-sdk-go.git
Documentation: pkg.go.dev
# Functions
InitPut works similar to [slicer.Put], but provides [ObjectWriter] allowing the caller to write data himself.
New constructs Slicer which writes sliced ready-to-go objects owned by particular user into the specified container using provided ObjectWriter.
Put works similar to [Slicer.Put], but allows flexible configuration of object header.
# Variables
ErrIncompleteHeader indicates some fields are missing in header.
# Structs
Options groups Slicer options.
PayloadWriter is a single-object payload stream provided by Slicer.
Slicer converts input raw data streams into NeoFS objects.
# Interfaces
NetworkedClient represents a virtual object recorder with possibility to get actual [netmap.NetworkInfo] data.
ObjectWriter represents a virtual object recorder.