This commit is contained in:
Hong Ooi 2019-04-15 15:00:50 +10:00
Родитель 891e896a71
Коммит b8597de69c
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -80,10 +80,12 @@ public=list(
attributes=vault_object_attrs(),
..., wait=TRUE)
{
if(is.character(value) && length(value) == 1 && file.exists(value))
value <- readBin(value, "raw", file.info(value)$size)
body <- list(value=value, pwd=pwd, attributes=attributes, tags=list(...))
op <- construct_path(name, "import")
self$do_operation(op, body=body, encode="json", http_verb="POST")
self$do_operation(construct_path(name, "import"), body=body, encode="json", http_verb="POST")
cert <- self$get(name)
if(!wait)