Export Destinations
Moralis Datashare supports exporting blockchain data directly to a variety of S3-compatible object storage providers. This enables seamless integration with your existing data infrastructure and analytics pipelines.| Provider | Description |
|---|---|
| AWS S3 | Amazon Web Services Simple Storage Service |
| Google Cloud Storage | Google Cloud Platform object storage |
| Cloudflare R2 | Cloudflare’s S3-compatible object storage with zero egress fees |
| Backblaze B2 | Cost-effective cloud storage with S3-compatible API |
| DigitalOcean Spaces | Simple object storage from DigitalOcean |
| Wasabi | High-performance cloud storage with no egress fees |
| MinIO | Self-hosted, high-performance object storage |
| Linode (Akamai) Object Storage | Akamai’s S3-compatible cloud storage |
| Vultr Object Storage | S3-compatible storage from Vultr |
| Scaleway Object Storage | European cloud provider’s object storage solution |
Configuration
All export destinations use S3-compatible credentials and endpoints. When setting up an export, you’ll need to provide:- Bucket name - The destination bucket for your data
- Access key - Your storage provider access key ID
- Secret key - Your storage provider secret access key
- Endpoint URL - The S3-compatible endpoint (required for non-AWS providers)
- Region - The storage region (where applicable)

