Documentation ¶
Overview ¶
Package utils contains various Amazon Glacier utility functions and structures.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeTreeHash ¶
func ComputeTreeHash(r io.ReadSeeker) *string
ComputeTreeHash computes the hex encoded tree-hash of a seekable reader r. If there was an error computing the hash nil is returned.
Types ¶
type Range ¶
Range represents a range of bytes that is used for multipart archive upload and download.
func RangeFromString ¶
RangeFromString constructs a Range from a string s. If the string doesn't represent a valid byte range nil is returned.
Click to show internal directories.
Click to hide internal directories.