Skip to content

Commit 52150f9

Browse files
committed
[Rules] Cloud Connector: Mention configs which are not applied
1 parent 1e4bbe2 commit 52150f9

File tree

1 file changed

+10
-0
lines changed
  • src/content/docs/rules/cloud-connector

1 file changed

+10
-0
lines changed

src/content/docs/rules/cloud-connector/index.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ Cloud Connector will perform the following configurations automatically, dependi
3838
- Modify the `Host` header.
3939
- Adjust SSL/TLS for bucket-related traffic ([AWS S3 website endpoints](/rules/cloud-connector/providers/#ssl-connections-to-aws-s3-endpoints) only).
4040

41+
:::note[Additional configurations you may need]
42+
43+
Cloud Connector will not apply any of the following configurations:
44+
45+
- **Cache content served from storage bucket**: To define custom cache behavior — like when to cache returned objects and for [how long](/cache/how-to/cache-rules/settings/#edge-ttl) — you will need to create a [cache rule](/cache/how-to/cache-rules/). For an example rule configuration, refer to [Cache Level (Cache Everything)](/cache/how-to/cache-rules/examples/cache-everything/).
46+
47+
- **Create URL rewrites**: To adjust the URL structure from what your website visitors use to obtain a resource and the folder structure being used in the storage bucket you will need to create a [URL rewrite](/rules/transform/url-rewrite/). For example, you could create a URL rewrite to remove the `/files` prefix from URI paths before routing the request to your object storage bucket. For an example configuration, refer to [Rewrite path for object storage bucket](/rules/transform/examples/rewrite-path-object-storage/).
48+
49+
:::
50+
4151
## Availability
4252

4353
Cloud Connector is available in beta to all customers. The maximum number of rules depends on your Cloudflare plan:

0 commit comments

Comments
 (0)