# Functions
FromParameters constructs a new Driver with a given parameters map Required parameters: - username - password - authurl - container.
New constructs a new Driver with the given Openstack Swift credentials and container name.
# Structs
Driver is a storagedriver.StorageDriver implementation backed by Openstack Swift Objects are stored at absolute keys in the provided container.
Parameters A struct that encapsulates all of the driver parameters after all values have been set.