Package: minioclient Title: Interface to the 'MinIO' Client Version: 0.0.6.99 Authors@R: c(person( "Carl", "Boettiger", email = "cboettig@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1642-628X")), person( "Markus", "Skyttner", email = "markussk@kth.se", role = c("ctb") ) ) Description: An R interface to the 'MinIO' Client. The 'MinIO' Client ('mc') provides a modern alternative to UNIX commands like 'ls', 'cat', 'cp', 'mirror', 'diff', 'find' etc. It supports 'filesystems' and Amazon "S3" compatible cloud storage service ("AWS" Signature v2 and v4). This package provides convenience functions for installing the 'MinIO' client and running any operations, as described in the official documentation, . This package provides a flexible and high-performance alternative to 'aws.s3'. License: MIT + file LICENSE URL: https://github.com/cboettig/minioclient, https://cboettig.github.io/minioclient/ BugReports: https://github.com/cboettig/minioclient/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Suggests: spelling, testthat (>= 3.0.0), curl Config/testthat/edition: 3 Imports: fs, glue, tools, utils, processx, jsonlite Language: en-US Config/pak/sysreqs: cmake make libuv1-dev Repository: https://cboettig.r-universe.dev Date/Publication: 2025-03-23 20:42:27 UTC RemoteUrl: https://github.com/cboettig/minioclient RemoteRef: HEAD RemoteSha: e22f9d8e41c1a5d33b3a341d373de139810bfc33 NeedsCompilation: no Packaged: 2026-06-17 11:33:33 UTC; root Author: Carl Boettiger [aut, cre] (ORCID: ), Markus Skyttner [ctb] Maintainer: Carl Boettiger