minioclient icon indicating copy to clipboard operation
minioclient copied to clipboard

R Interface to the MINIO client

Results 5 minioclient issues
Sort by recently updated
recently updated
newest added

Hi @cboettig, thanks for this promising package! One question: what would be the right way to handle session tokens with it. I'm using a minio S3 services that requires providing...

The command line mc utility will accept minio filenames with special characters in them as long as the whole path is contained within single quotes ' The R command mc_ls()...

Here are some ideas for some more convenience wrappers: - a function to read metadata using the --json flag for different targets (object types), providing results as a data frame...

I have an issue where mc_cp() and mc_head() works well and is recognizing an s3-alias (as seen by `mc_alias_ls()`), but mc_sql() is trying to access a local folder when providing...