Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 276 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 276 Bytes

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:

def deps do
  [
    {:arc_aliyun_oss, "~> 0.1.0", github: "GreenNerd-Labs/arc_aliyun_oss"}
  ]
end