package
0.0.0-20240122153004-13bcfc5aacc5
Repository: https://github.com/stealthycoder/distribution.git
Documentation: pkg.go.dev

# 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.