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 under
https://example.com/images/*
you could enter the following expression:
http.request.full_uri wildcard "https://example.com/images/*"
- To route all requests under
https://images.example.com/*
you could enter the following expression:
http.request.full_uri wildcard "https://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 under
To save and deploy your rule, select Deploy. If you are not ready to deploy the rule, select Save as Draft.