`minioR` provides a set of functions to interact with Amazon S3–compatible object storage services such as MinIO. It allows uploading, downloading, copying, listing, and deleting objects directly from R.
Details
The package is designed for data engineering workflows, automation, and testing scenarios, offering a simple and explicit interface.
Configuration
Access to MinIO is configured using environment variables:
- AWS_S3_ENDPOINT
Endpoint URL (e.g.
localhost:9000)- AWS_SECRET_ACCESS_KEY
Access key
- AWS_ACCESS_KEY_ID
Secret key
- AWS_SIGNATURE_VERSION
Use value = 2
- AWS_REGION
Region (optional)
Typical workflow
Configure environment variables
Upload objects using
minio_put_object()Download objects using
minio_download_object()
Author
Maintainer: Javier Ramos jaramosg@ine.gob.cl
Other contributors:
Victor Ballesteros vaballesteros@ine.gob.cl [contributor]
Catalina Quijada caquijada@ine.gob.cl [contributor]
Gabriel Molina gemolinah@ine.gob.cl [contributor]
