package
2.0.5
Repository: https://github.com/os-m/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.

# Structs

Error is the type that implements error interface.