mc_du: Show disk usage for a target path

View source: R/mc_du.R

mc_duR Documentation

Show disk usage for a target path

Description

Show disk usage for a target path

Usage

mc_du(target, flags = "")

Arguments

target

alias/bucket to list

flags

optional additional flags

Details

for more help, run mc_du("-h")

Value

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

Examples



# create a new bucket
mc_mb("play/minioclient-test")

# no disk usage on new bucket
mc_du("play/minioclient-test")

# clean up
mc_rb("play/minioclient-test")


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