This commit is contained in:
Hong Ooi 2020-03-03 11:37:53 -05:00
Родитель bb3151689e
Коммит 2b2cdc7c43
2 изменённых файлов: 3 добавлений и 2 удалений

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

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

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

@ -1,8 +1,9 @@
# AzureStor 3.1.0.9000
# AzureStor 3.1.1
- Expose `sign_request` as a generic, dispatching on the endpoint class. This is to allow for the fact that table storage uses a different signing scheme to the other storage services.
- Fix a bug in `list_adls_files` that could result in an error with large numbers of files.
- Add a `timeout` argument to `call_storage_endpoint` that sets the number of seconds to wait for an API call.
- Fix authentication logic for retrying failed requests.
# AzureStor 3.1.0