ExFTP.Storage.S3ConnectorConfig (ExFTP v1.0.4)
View SourceA module describing the authenticator_config value for ExFTP.Storage.S3Connector
👀 See Also
📖 Resources
Summary
Types
A bucket to use as the root directory of the FTP server.
The storage_config value for ExFTP.Storage.S3Connector
Functions
Builds a ExFTP.Storage.S3ConnectorConfig.t/0
from a map
Types
@type storage_bucket() :: String.t()
A bucket to use as the root directory of the FTP server.
@type t() :: %ExFTP.Storage.S3ConnectorConfig{storage_bucket: storage_bucket()}
The storage_config value for ExFTP.Storage.S3Connector
🏷️ Required Keys
- storage_bucket ::
ExFTP.Storage.S3ConnectorConfig.storage_bucket/0
Functions
Builds a ExFTP.Storage.S3ConnectorConfig.t/0
from a map
🏷️ Params
- m :: A map to build into a
ExFTP.Storage.S3ConnectorConfig.t/0