ex_riak_cs v0.1.1 ExRiakCS.Config

A set of configuration parameters for Riak CS API

You can configure ex_riak_cs by setting configuration parameters in your Mix.Config files

  config :ex_riak_cs,
    key_id: "test_id", # your access key
    secret_key: "test_key", # your secret key
    schema: "https://", # your riak cs server schema
    host: "storage-nginx.stage.govermedia.com" # your riak cs server host

Additional parameters

    exp_days: 2 # number of days a signed upload part url will be valid. default value - 1
    acl: "private" # created file's acl. default value - "public-read"

Summary

Functions

acl()
base_url()
exp_days()
key_id()
secret_key()