Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultContentLengthBytes = 8 DefaultRandomSeed = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Check ¶
The Check struct represents a fixity check operation
func (Check) VerifyDigest ¶
VerifyDigest gets the digest, returning an error if the object cannot be retrieved or, when an expected digest is provided, if the calculated digest does not match.
type Crvd ¶
type Crvd struct { Object Object ContentLength int64 RandomSeed int64 BodyProvider func() io.Reader }
func NewDefaultCrvd ¶
func (*Crvd) CreateRetrieveVerify ¶
func (*Crvd) CreateRetrieveVerifyDelete ¶
Click to show internal directories.
Click to hide internal directories.