Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/content/docs/rules/cloud-connector/providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ sidebar:
order: 4
---

import { Render } from "~/components";

Cloud Connector currently supports the following cloud providers and services:

- Amazon Web Services - S3
Expand Down Expand Up @@ -38,6 +40,8 @@ Cloud Connector supports both subdomain and URI path-style URLs:

For more information, refer to the [Amazon S3 documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/EnableWebsiteHosting.html).

<Render file="cloud-connector-limit-bucket-to-cloudflare-ips" />

## Google Cloud Platform - Cloud Storage

The hostname of your Cloud Storage bucket URL must be the following (where `*` is a wildcard character):
Expand All @@ -63,6 +67,8 @@ Cloud Connector supports both subdomain and URI path-style URLs:

If the files in your bucket are not publicly accessible, you must change the bucket permissions. For details, refer to the [Google Cloud Storage documentation](https://cloud.google.com/storage/docs/access-control/making-data-public#buckets).

<Render file="cloud-connector-limit-bucket-to-cloudflare-ips" />

## Microsoft Azure - Blob Storage

The hostname of your Blob Storage bucket URL must have one of the following formats:
Expand All @@ -79,3 +85,5 @@ For Azure Blog Storage, Cloud Connector supports only subdomain URLs like `<BUCK
3. Get your bucket URL from the **Blob service** endpoint or the **Static website** endpoint.

If the blob container is not configured for public access, you must change the container settings. For details, refer to the [Azure Storage documentation](https://learn.microsoft.com/en-us/azure/storage/blobs/anonymous-read-access-configure?tabs=portal).

<Render file="cloud-connector-limit-bucket-to-cloudflare-ips" />
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
{}
---

Once you configure Cloud Connector with your storage provider's public bucket, you may wish that only Cloudflare can access the objects in that bucket. To achieve this, check your provider's documentation on how to create a policy that only allows incoming requests from [Cloudflare IP addresses](https://www.cloudflare.com/ips/).
Loading