Skip to contents

`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

  1. Configure environment variables

  2. Upload objects using minio_put_object()

  3. Download objects using minio_download_object()

Author

Maintainer: Javier Ramos jaramosg@ine.gob.cl

Other contributors: