ExFTP.Storage.S3ConnectorConfig (ExFTP v1.0.4)

View Source

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

t()

The storage_config value for ExFTP.Storage.S3Connector

Types

storage_bucket()

@type storage_bucket() :: String.t()

A bucket to use as the root directory of the FTP server.

t()

@type t() :: %ExFTP.Storage.S3ConnectorConfig{storage_bucket: storage_bucket()}

The storage_config value for ExFTP.Storage.S3Connector

🏷️ Required Keys

Functions

build(m)

@spec build(m :: map()) :: t()

Builds a ExFTP.Storage.S3ConnectorConfig.t/0 from a map

🏷️ Params