Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrExceedingMaxSize is returned when payload size is greater than the limit. ErrExceedingMaxSize = errors.New("payload size is greater than the limit") // ErrWrongPayloadSize is returned when chunk payload size is greater than the length declared in header. ErrWrongPayloadSize = errors.New("wrong payload size") )
Functions ¶
func New ¶
func New(prm objectwriter.Params) (transformer.ChunkedObjectWriter, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.