AliyunOss

Build Status Hex.pm

阿里云对象存储(OSS)API

Installation

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

def deps do
[
{:aliyun_oss, "~> 0.1.0"}
]
end

Configuration

config :aliyun_oss,
endpoint: "oss-cn-shenzhen.aliyuncs.com",
access_key_id: "ALIYUN_ACCESS_KEY_ID",
access_key_secret: "ALIYUN_ACCESS_KEY_SECRET"

Warning

This package is unstable until v1.0 is out. Before that, new minor versions might bring breaking changes. For example, v0.2.0 might break existing APIs in v0.1.x, but 0.2.1 won't break 0.2.0.

Roadmap

Official Interfaces

参考阿里云官方文档

Documentation(WIP)

https://hexdocs.pm/aliyun_oss

Improvements