This is a work in progress. Currently it only supports the STS API.
config :aliyun,
access_key_id: "<your access key id>",
access_key_secret: "<your access key secret>"
Add aliyun
to your list of dependencies in mix.exs
:
def deps do
[
{:aliyun, git: "git@github.com:zhuoyue95/aliyun-elixir-sdk.git"}
]
end