0.3.4 - this version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
MIT - MIT LicenseAzure storage support for Elixir.
Add azure
to your list of dependencies in mix.exs
:
def deps do
[
{:azure, "~> 0.3.1"}
]
end
Tests are run against Azurite, an Azure storage emulator, using Docker Compose:
$ docker compose up -d
$ mix test --include external
For usage examples check out the tests.
This repo was largely derived from ex_microsoft_azure_storage originally written by @chgeuer. Credit and thanks.