Skip to content

Byzanteam-Labs/arc_aliyun_oss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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