Storage Connector allows you to connect cloud storage services giving you an instant GraphQL API on top of your storage data.
This connector is built using the Go Data Connector SDK and implements the Data Connector Spec.
At this moment, the connector supports S3 Compatible Storage services.
Service | Supported |
---|---|
AWS S3 | ✅ |
MinIO | ✅ |
Google Cloud Storage | ✅ |
Cloudflare R2 | ✅ |
DigitalOcean Spaces | ✅ |
Follow the Quick Start Guide in Hasura DDN docs. At the Connect to data
step, choose the hasura/storage
data connector from the dropdown and follow the interactive prompts to set required environment variables.
The connector is built upon the MinIO Go Client SDK so it supports most of methods in the API interface
Storage Connector is available under the Apache License 2.0.