AzureSMR
AzureSMR copied to clipboard
AzurePutBlob should take contenttype as an argument
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.