diff --git a/src/AzStorage.jl b/src/AzStorage.jl index 712e04b..75965de 100644 --- a/src/AzStorage.jl +++ b/src/AzStorage.jl @@ -16,7 +16,7 @@ const RETRYABLE_CURL_ERRORS = [ 56] # Failure with received network data. # https://docs.microsoft.com/en-us/rest/api/storageservices/versioning-for-the-azure-storage-services -const API_VERSION = "2020-04-08" +const API_VERSION = "2021-02-12" function __init__() ccall((:curl_init, libAzStorage), Cvoid, (Cint, Cint, Ptr{Clong}, Ptr{Clong}, Cstring),