/aliyun-elixir-sdk

Aliyun SDK for Elixir

Primary LanguageElixirMIT LicenseMIT

Aliyun

This is a work in progress. Currently it only supports the STS API.

Configuration

config :aliyun,
  access_key_id: "<your access key id>",
  access_key_secret: "<your access key secret>"

Installation

Add aliyun to your list of dependencies in mix.exs:

def deps do
  [
    {:aliyun, git: "git@github.com:zhuoyue95/aliyun-elixir-sdk.git"}
  ]
end