diff --git a/R/blob_client_funcs.R b/R/blob_client_funcs.R index 00e23d7..9da2bc3 100644 --- a/R/blob_client_funcs.R +++ b/R/blob_client_funcs.R @@ -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") diff --git a/man/blob_endpoint.Rd b/man/blob_endpoint.Rd index 64a91f5..ed1e15e 100644 --- a/man/blob_endpoint.Rd +++ b/man/blob_endpoint.Rd @@ -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, ...)