Skip to content

zhuoyue95/aliyun-elixir-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: "[email protected]:zhuoyue95/aliyun-elixir-sdk.git"}
  ]
end

About

Aliyun SDK for Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages