Bow v0.3.2 Bow.Storage.S3 View Source

Amazon S3 storage adapter

Configuration

config :recruitee, :bow,
  storage:  Bow.Storage.S3

config :ex_aws,
  access_key_id:      "aws-key",
  secret_access_key:  "aws-secret",
  region:             "eu-central-1"

config :ex_aws, :s3,
  bucket: "my-bucket"