зеркало из https://github.com/Azure/AzureStor.git
create_blob_container fix
This commit is contained in:
Родитель
76ad1b701c
Коммит
058d278273
|
@ -108,7 +108,7 @@ create_blob_container.character <- function(endpoint, key=NULL, sas=NULL,
|
||||||
|
|
||||||
#' @rdname blob_endpoint
|
#' @rdname blob_endpoint
|
||||||
#' @export
|
#' @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)
|
public_access <- match.arg(public_access)
|
||||||
headers <- if(public_access != "none")
|
headers <- if(public_access != "none")
|
||||||
|
|
|
@ -37,7 +37,7 @@ create_blob_container(endpoint, ...)
|
||||||
\method{create_blob_container}{character}(endpoint, key = NULL, sas = NULL,
|
\method{create_blob_container}{character}(endpoint, key = NULL, sas = NULL,
|
||||||
api_version = getOption("azure_storage_api_version"), ...)
|
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"), ...)
|
public_access = c("none", "blob", "container"), ...)
|
||||||
|
|
||||||
delete_blob_container(endpoint, ...)
|
delete_blob_container(endpoint, ...)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче