This commit is contained in:
hong-revo 2018-05-24 10:39:08 +10:00
Родитель 76ad1b701c
Коммит 058d278273
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -108,7 +108,7 @@ create_blob_container.character <- function(endpoint, key=NULL, sas=NULL,
#' @rdname blob_endpoint
#' @export
create_blob_container.blob_endpoint <- function(endpoint, public_access=c("none", "blob", "container"), ...)
create_blob_container.blob_endpoint <- function(endpoint, name, public_access=c("none", "blob", "container"), ...)
{
public_access <- match.arg(public_access)
headers <- if(public_access != "none")

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

@ -37,7 +37,7 @@ create_blob_container(endpoint, ...)
\method{create_blob_container}{character}(endpoint, key = NULL, sas = NULL,
api_version = getOption("azure_storage_api_version"), ...)
\method{create_blob_container}{blob_endpoint}(endpoint,
\method{create_blob_container}{blob_endpoint}(endpoint, name,
public_access = c("none", "blob", "container"), ...)
delete_blob_container(endpoint, ...)