mc_rb: Remove an S3 bucket using mc command

View source: R/mc_rb.R

mc_rbR Documentation

Remove an S3 bucket using mc command

Description

Remove an S3 bucket using mc command

Usage

mc_rb(bucket, force = FALSE)

Arguments

bucket

Character string specifying the name of the bucket to remove

force

Delete bucket without confirmation in non-interactive mode

Value

Returns the list from processx::run(), with components status, stdout, stderr, and timeout; invisibly.

Examples



# Create a new bucket named "my-bucket" on the "play" system
mc_mb("play/my-bucket")
mc_rb("play/my-bucket")


minioclient documentation built on Nov. 7, 2023, 5:07 p.m.