Skip to main content
Version: v3.x (DDN)

Storage

Introduction

Hasura DDN includes a Native Data Connector for cloud storage providers, allowing you to interact with any S3-compatible file system via your GraphQL API. This connector works with the following sources:

ServiceTypeList BucketsCreate BucketUpdate BucketDelete BucketList ObjectsUploadDownloadDelete ObjectSoft-DeletePresigned-URL
AWS S3 (*)s3
Google Cloud Storagegcs
Azure Blob Storageazblob
File Systemfs
MinIO (*)s3
Cloudflare R2 (*)s3
DigitalOcean Spaces (*)s3

(*): Support Amazon S3 Compatible Cloud Storage providers. The connector uses MinIO Go Client SDK behind the scenes.

Storage Connector docs