Azure.jl
Azure.jl copied to clipboard
Support Large Files with Blobs
Currently - putBlob will error for large files (5G or more) with HTTP 413 "Entity too Large" .. in order to chunk smaller block we need to implement Put Block List
PUT Method Request - Put Block List
https://myaccount.blob.core.windows.net/mycontainer/myblob?comp=blocklist
When I have time I can try to do a PR.