RemotePersistentTerm.Fetcher.S3 (RemotePersistentTerm v0.7.1)
View SourceA Fetcher implementation for AWS S3.
Summary
Functions
Initialize an S3 Fetcher.
Types
Functions
Initialize an S3 Fetcher.
Requires AWS credentials to be provided via env vars. The following vars must be set to the appropriate values:
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEYAWS_DEFAULT_REGION
Options:
:bucket(String.t/0) - Required. The s3 bucket in which the remote term is stored.:key(String.t/0) - Required. The key within the s3 bucket which refers to the remote term.:region(String.t/0) - The AWS region of the s3 bucket.