AzureStor icon indicating copy to clipboard operation
AzureStor copied to clipboard

R interface to Azure storage accounts

Results 16 AzureStor issues
Sort by recently updated
recently updated
newest added

Trying to write a .csv file to blob with the `storage_write_csv()` function, when one or more columns had >255 characters causes RStudio to crash. In digging through the internal code...

There have been some reported issues running `azcopy` in linux environments (e.g. [#1840](https://github.com/Azure/azure-storage-azcopy/issues/1840)), likely due to issues integrating with `keyctl`. We have been experiencing similar issues running on Ubuntu VMs...

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...

Is there a reason for this? I cannot use `storage_load_rds()` on a VM with 256 GB of RAM but I can download the file and read it in using `read_rds()`....

It would be great if we could define a file's metadata at upload time. I know that this was referenced in #19 and resulted in the `set_storage_metadata` functions, but this...

Hi, First of all, thanks again for the great R interface to Azure, you provide, and your strong support. I was wondering how could I display the progress bar of...

Is it possible to write their internal repository and then read it from Azure storage (without mounting the storage)? The example could be using miniCRAN or drat package for creating...

I can use `list_adls_files(sandbox, dir = '/filepath', recursive = TRUE)` to see list file names in a storage container, but I am unsure how to use these names in a...