A kit for Alibaba Cloud or Aliyun.
Add :alibaba_cloud_kit
to the list of dependencies in mix.exs
:
def deps do
[
{:alibaba_cloud_kit, "<requirement>"}
]
end
For more information, see the documentation.
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