# Functions
AuthenticatorFromFile returns an Authenticator with credentials parsed from the given file path.
AuthenticatorFromString returns an Authenticator whose credentials where parsed from the given string.
NewCloudwatchSender returns a new CloudwatchSender for the given session.
NewDriverFactory returns a DriverFactory.
# Constants
DefaultFeatureSet is the driver default (set of) features.
DefaultRegion is the default bucket region.
# Structs
Authenticator contains credentials.
CloudwatchSender implements MetricsSender for amazon's cloudwatch service.
DriverFactory builds FTP drivers.
FactoryConfig wraps config values required to setup an FTP driver and for the s3 backend.
FTPLogger is a logger implementation for use in `go-ftp`.
NopSender returns immediately.
S3Driver is a filesystem FTP driver.
S3ObjectInfo metadata about an s3 object.
# Interfaces
MetricsSender defines methods for sending data to a metrics provider.