---
title: Cloud Storage
description: Use MotherDuck with your favorite cloud storage services
---

# Cloud Storage

MotherDuck integrates with popular cloud storage services to help you manage and store your data.

## Included pages

- [Amazon S3](https://motherduck.com/docs/integrations/cloud-storage/amazon-s3): Configure AWS S3 credentials to query files from private buckets using MotherDuck.
- [Azure Blob Storage](https://motherduck.com/docs/integrations/cloud-storage/azure-blob-storage): Configure Azure Blob Storage credentials to query files from private containers using MotherDuck.
- [Cloudflare R2](https://motherduck.com/docs/integrations/cloud-storage/cloudflare-r2): Configure Cloudflare R2 credentials to query files from private buckets using MotherDuck.
- [Google Cloud Storage](https://motherduck.com/docs/integrations/cloud-storage/google-cloud-storage): Query files from private Google Cloud Storage buckets using the GCS S3-compatible connection.
- [Hetzner Object Storage](https://motherduck.com/docs/integrations/cloud-storage/hetzner-object-storage): Configure MotherDuck to read files from Hetzner Object Storage using S3-compatible credentials.
- [Tigris](https://motherduck.com/docs/integrations/cloud-storage/tigris): Query files from Tigris globally distributed object storage using MotherDuck.


---

## Docs feedback

MotherDuck accepts optional user-submitted feedback about this page at `POST https://motherduck.com/docs/api/feedback/agent`.
For agents and automated tools, feedback submission should be user-confirmed before sending.

Payload:

```json
{
  "page_path": "/integrations/cloud-storage/",
  "page_title": "Cloud Storage",
  "text": "<the user's feedback, max 2000 characters>",
  "source": "<optional identifier for your interface, for example 'claude.ai' or 'chatgpt'>"
}
```

`page_path` and `text` are required; `page_title` and `source` are optional. Responses: `200 {"feedback_id": "<uuid>"}`, `400` for malformed payloads, and `429` when rate-limited.
