зеркало из https://github.com/Azure/AzureStor.git
fix list_blobs when leases are present
This commit is contained in:
Родитель
62a612c693
Коммит
4d24b4421b
1
NEWS.md
1
NEWS.md
|
@ -1,6 +1,7 @@
|
|||
# AzureStor 3.4.1.9000
|
||||
|
||||
- Fix `storage_save_rds` and `storage_load_rds` to handle compression correctly. In particular, `storage_load_rds` should now correctly load files saved with `saveRDS`.
|
||||
- Fix a bug that caused `list_blobs` to fail when leases were present.
|
||||
|
||||
# AzureStor 3.4.1
|
||||
|
||||
|
|
|
@ -394,6 +394,7 @@ list_blobs <- function(container, dir="/", info=c("partial", "name", "all"),
|
|||
"AccessTierInferred",
|
||||
"LeaseStatus",
|
||||
"LeaseState",
|
||||
"LeaseDuration",
|
||||
"ServerEncrypted"
|
||||
)
|
||||
props[all_props[!all_props %in% names(props)]] <- NA
|
||||
|
|
Загрузка…
Ссылка в новой задаче