# Packages
Package awserr represents API error interface accessors for the SDK.
No description provided by the author
No description provided by the author
# Functions
IsReaderSeekable returns if the underlying reader type can be seeked.
ReadSeekCloser wraps a io.Reader returning a ReaderSeekerCloser.
SeekerLen attempts to get the number of bytes remaining at the seeker's current position.
# Structs
ReaderSeekerCloser represents a reader that can also delegate io.Seeker and io.Closer interfaces to the underlying object if they are available.