# Functions
FromParameters constructs a new Driver with a given parameters map Required parameters: - accesskey - secretkey - region - bucket - encrypt.
New constructs a new Driver with the given AWS credentials, region, encryption flag, and bucketName.
Sign requests with signature version 2.
# Structs
Driver is a storagedriver.StorageDriver implementation backed by Amazon S3 Objects are stored at absolute keys in the provided bucket.
DriverParameters A struct that encapsulates all of the driver parameters after all values have been set.