Create a new S3 bucket using mc command
Arguments
- bucket
Character string specifying the name of the bucket to create.
- ignore_existing
do not error if bucket already exists
- flags
additional flags, see
mc_mb("-h")
for details.- verbose
print output?
Value
Returns the list from processx::run()
, with components status
,
stdout
, stderr
, and timeout
; invisibly.