Open BenCarlsen opened 5 years ago
AzureSMR::AzurePutBlob defaults to calling the wrapped AzureSMR:::callAzureStorageApi with the argument contenttype = "text/csv; charset=UTF-8". The user-facing function should also take contenttype as an argument.
AzureSMR::AzurePutBlob
AzureSMR:::callAzureStorageApi
contenttype = "text/csv; charset=UTF-8"
contenttype
AzureSMR::AzurePutBlob
defaults to calling the wrappedAzureSMR:::callAzureStorageApi
with the argumentcontenttype = "text/csv; charset=UTF-8"
. The user-facing function should also takecontenttype
as an argument.