Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 901 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 901 Bytes

AlibabaCloudKit

CI Hex.pm

A kit for Alibaba Cloud or Aliyun.

Installation

Add :alibaba_cloud_kit to the list of dependencies in mix.exs:

def deps do
  [
    {:alibaba_cloud_kit, "<requirement>"}
  ]
end

Usage

For more information, see the documentation.

Tests

Run basic tests:

$ mix test

Run all tests:

$ export TEST_ACCESS_KEY_ID=...
$ export TEST_ACCESS_KEY_SECRET=...
$ export TEST_OSS_REGION=...
$ export TEST_OSS_BUCKET=...

$ mix test.all

License

Apache License 2.0