зеркало из https://github.com/Azure/AzureStor.git
add delete method for blob container
This commit is contained in:
Родитель
ace58b5fb9
Коммит
a994c46aa2
|
@ -139,6 +139,13 @@ delete_blob_container.character <- function(endpoint, key=NULL, sas=NULL,
|
|||
delete_blob_container(endp$endpoint, endp$name, ...)
|
||||
}
|
||||
|
||||
#' @rdname blob_endpoint
|
||||
#' @export
|
||||
delete_blob_container.blob_container <- function(endpoint, ...)
|
||||
{
|
||||
delete_blob_container(endpoint$endpoint, endpoint$name, ...)
|
||||
}
|
||||
|
||||
#' @rdname blob_endpoint
|
||||
#' @export
|
||||
delete_blob_container.blob_endpoint <- function(endpoint, name, confirm=TRUE, lease=NULL)
|
||||
|
|
Загрузка…
Ссылка в новой задаче