This commit is contained in:
Hong Ooi 2021-10-30 05:16:21 +11:00
Родитель 9de05e364d
Коммит dca1225928
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
Package: AzureStor
Title: Storage Management in 'Azure'
Version: 3.5.1.9000
Version: 3.5.2
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
person("Microsoft", role="cph")

Просмотреть файл

@ -1,8 +1,9 @@
# AzureStor 3.5.1.9000
# AzureStor 3.5.2
- Use the vctrs package to parse paged output from the REST API. This should resolve many issues with `list_blobs` in particular.
- Add support for recursive deleting of non-empty subdirectories in blob and file storage.
- Fix a bug when listing files in an empty ADLS filesystem (#100).
- Fix passing a timeout parameter to the REST API (#105).
# AzureStor 3.5.1