AzureStor/NEWS.md

15 строки
621 B
Markdown
Исходник Обычный вид История

2018-12-26 06:23:40 +03:00
# AzureStor 1.0.0.9000
* Add role-based access control via Azure Active Directory tokens for blob and ADLSgen2 storage.
2018-12-26 06:23:40 +03:00
* Add ADLS upload/download support to `upload_to_url` and `download_from_url`.
2019-01-16 20:44:26 +03:00
* Support uploading from a `textConnection` or `rawConnection` object, which avoids having to create a temporary file when uploading R objects in memory. See the examples for `upload_blob`, `upload_azure_file` and `upload_adls_file`.
2019-01-17 15:34:06 +03:00
* Set default blocksize for `upload_azure_file` to 4MB, the maximum permitted by the API (#5).
2018-12-26 06:23:40 +03:00
2018-12-06 09:28:05 +03:00
# AzureStor 1.0.0
* Submitted to CRAN
2018-10-23 19:38:57 +03:00
# AzureStor 0.9.0
2018-10-19 17:45:16 +03:00
* Moved to cloudyr organisation