This repo contains the MinIO plugin for HashiCorp Boundary.
This plugin supports storing, fetching and deleting objects from a MinIO instance.
Files created with this plugin are stored as objects defined by the bucket name and bucket prefix values configured in the storage bucket resource. These storage bucket resources can in turn be associated to targets within Boundary.
During creation, update or deletion of a storage bucket handled by this plugin, configuration is performed via attribute/secret key-value pairs. The values received by this plugin are the attributes/secrets set on on a storage bucket in Boundary.
The plugin fetches file metadata through the StatObject call.
The plugin fetches files through the GetObject call.
The plugin stores files through the PutObject call.
The plugin deletes files through the RemoveObject or RemoveObjectsWithResult calls.
For more details on using this plugin to store Boundary objects, see our getting started with MinIO storage buckets guide.