powered by
Set a new alias for the minio client, possibly using env var defaults.
mc_alias_set( alias = "minio", endpoint = Sys.getenv("AWS_S3_ENDPOINT", "s3.amazonaws.com"), access_key = Sys.getenv("AWS_ACCESS_KEY_ID"), secret_key = Sys.getenv("AWS_SECRET_ACCESS_KEY"), scheme = "https" )
Returns the list from processx::run(), with components status, stdout, stderr, and timeout; invisibly.
processx::run()
status
stdout
stderr
timeout
a short name for this endpoint, default is minio
minio
the endpoint domain name
access key (user), reads from AWS env vars by default
secret access key, reads from AWS env vars by default
https or http (e.g. for local machine only)
https://min.io/docs/minio/linux/reference/minio-mc.html. Note that keys can be omitted for anonymous use.
if (FALSE) { # interactive() mc_alias_set() }
Run the code above in your browser using DataLab