Add MinIO Account
Add a MinIO storage account to PlaidCloud for importing and exporting data files using self-hosted S3-compatible object storage.
MinIO Setup
These steps need to be completed within the MinIO Console or via the mc CLI.
- Sign in to the MinIO Console (e.g.
https://your-minio-host:9001) - Navigate to Buckets and create a bucket if one does not already exist. Note the bucket name.
- Navigate to Identity > Users (or Access Keys)
- Create a new user or service account with read/write access to the target bucket
- Copy the Access Key and Secret Key generated for the user. Save both for the PlaidCloud Document setup below.
- Note the MinIO endpoint URL (e.g.
https://play.min.ioorhttps://minio.yourcompany.com)
You should now have everything you need to add your MinIO account to PlaidCloud Document.
PlaidCloud Document Setup
- Sign into PlaidCloud
- Select the workspace that the new Document account will reside
- Go to
Document > Manage Accounts - Select the
+ New Accountbutton - Select
MinIOas the Service Type - Fill in a name and description
- Enter the Start Path as your MinIO endpoint URL followed by the bucket name and optional prefix:
https://minio.yourcompany.com/my-bucket/optional/prefix - Enter the Region if your MinIO deployment uses regions; otherwise leave blank
- Select an appropriate Security Model for your use case. Leave it
Privateif unsure. - Paste the Access Key into the Access Key ID field under Auth Credentials
- Paste the Secret Key into the Secret Access Key field under Auth Credentials
- Select the Save button and your new Document account is live