erlazure
erlazure copied to clipboard
Windows Azure Erlang bindings
Any way to set the host for blob operations? Need to work with both an emulator and with the Azure Government services.
I appreciate your work on this library. What would you say to having `get_host` be a `handle_call` and pull from the state of the actor instead, and default it to...
Hiho @dkataskin, OTP24 removed some crypto functions which were deprecated in OTP23 http://erlang.org/doc/general_info/deprecations.html I do not write erlang usually but e.g. https://github.com/epgsql/epgsql/pull/239/files seem to fix it in a backwards compatible...
Hello @dkataskin, I have upgraded to OTP 24, and getting issues in erlazure, the errors comes while uploading files into azure storage. Could you please help to resolve this issue...
I am using erlazure via ex_azure and the call to `put_blob` fails with: ``` [error] GenServer #PID terminating ** (stop) bad return value: "\uFEFFContainerNotFoundThe specified container does not exist.\nRequestId:b66001fa-d01e-005e-308e-3d06c6000000\nTime:2019-07-18T17:32:06.5364180Z" Last...
Hey! Is it possible to set "Content-Disposition" header on the uploaded blob?