Cloud Storage v0.4.6 CloudStorage.Azure View Source
CloudStorage Azure Documentation.
Link to this section Summary
Functions
Delete a File
Download a File
Get a File
Get a Rest Token
List Files
Purge a CDN path content
Upload a File
Upload a File from an URL
Link to this section Functions
Delete a File.
Examples
iex> CloudStorage.Azure.delete(“accounts/temp_file.txt”)
iex> CloudStorage.Azure.put(“accounts/temp_file.txt”)
List Files.
Examples
iex> CloudStorage.Azure.list(“accounts/temp_file.txt”) |> elem(1) |> List.first() |> Map.get(“name”) “accounts/temp_file.txt”
Upload a File.
Examples
iex> CloudStorage.Azure.upload(“test/temp_file.txt”, “accounts/temp_file.txt”)