Configure in the dashboard
To configure a Cloud Connector rule in the dashboard:
-
Log in to the Cloudflare dashboard ↗ and select your account and domain.
-
Go to Rules > Cloud Connector.
-
Select your cloud provider.
-
Enter the bucket URL and select Next.
-
Enter a descriptive name for the rule in Cloud Connector name.
-
Under If, select Custom filter expression and enter an expression to define the traffic that will be redirected to the bucket. For example:
- To route all requests matching
http*://example.com/images/*
(HTTPS and HTTP requests) you could enter the following expression:
http.request.full_uri wildcard "http*://example.com/images/*"
- To route all requests matching
http*://images.example.com/*
(HTTPS and HTTP requests) you could enter the following expression:
http.request.full_uri wildcard "http*://images.example.com/*"
Alternatively, select All incoming requests to redirect all incoming traffic for your zone to the storage bucket you selected.
- To route all requests matching
To save and deploy your rule, select Deploy. If you are not ready to deploy the rule, select Save as Draft.