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

# Packages

Package url abstracts local and remote file URLs.

# Functions

IsCancelationError reports whether given error is a storage related cancelation error.
No description provided by the author
No description provided by the author
NewMetadata will return an empty metadata object.
No description provided by the author
ShouldProcessUrl returns true if follow symlinks is enabled.

# Variables

ErrGivenObjectNotFound indicates a specified object is not found.
ErrNoObjectFound indicates there are no objects found from a given directory.

# Structs

Bucket is a container for storage objects.
Filesystem is the Storage implementation of a local filesystem.
MockStorage is an autogenerated mock type for the Storage type.
Object is a generic type which contains metadata for storage items.
ObjectType is the type of Object.
Options stores configuration for storage.
S3 is a storage type which interacts with S3API, DownloaderAPI and UploaderAPI.
No description provided by the author
SessionCache holds session.Session according to s3Opts and it synchronizes access/modification.

# Interfaces

Storage is an interface for storage operations that is common to local filesystem and remote object storage.

# Type aliases

No description provided by the author
StorageClass represents the storage used to store an object.