Azure / AzureStor

R interface to Azure storage accounts
Other
64 stars 20 forks source link

Enable blob versioning with `create_blob_container()` #126

Open v-a-s-a opened 2 years ago

v-a-s-a commented 2 years ago

It's great to see the blob versioning support recently released. Currently, we are creating containers with the Azure CLI, per-project, in order to enable versioning. It would be great to be able to use the create_blob_container() function, and keep everything in R. Is it possible to pass through the "enable blob versioning" there? I have taken a look at the code, but I can't find the place where the request is constructed.