package
2.3.0
Repository: https://github.com/peak/s5cmd.git
Documentation: pkg.go.dev

# Functions

IsCancelation reports whether if given error is a cancelation error.
IsWarning checks if given error is either ErrObjectExists, ErrObjectIsNewer or ErrObjectSizesMatch.

# Variables

ErrObjectExists indicates a specified object already exists.
ErrObjectIsNewer indicates a specified object is newer or same age.
ErrObjectIsNewerAndSizesMatch indicates the specified object is newer or same age and sizes of objects match.
ErrObjectSizesMatch indicates the sizes of objects match.
ErrObjectIsGlacier indicates the object is in Glacier storage class.

# Structs

Error is the type that implements error interface.