项目作者: Byzanteam-Labs

项目描述 :
Aliyun OSS adapter for Arc
高级语言: Elixir
项目地址: git://github.com/Byzanteam-Labs/arc_aliyun_oss.git
创建时间: 2018-08-01T09:50:20Z
项目社区:https://github.com/Byzanteam-Labs/arc_aliyun_oss

开源协议:MIT License

下载


ArcAliyunOss

Aliyun OSS provider for Arc.

Installation

The package can be installed
by adding arc_aliyun_oss to your list of dependencies in mix.exs:

  1. def deps do
  2. [
  3. {:arc_aliyun_oss, "~> 0.1.0", github: "GreenNerd-Labs/arc_aliyun_oss"}
  4. ]
  5. end