View Source AlibabaCloudKit
A kit for Alibaba Cloud or Aliyun.
Notes
This package is still in its early stages, so it may still undergo significant changes, potentially leading to breaking changes.
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 --include external:true