Skip to content

Commit ea14259

Browse files
authored
Apply suggestions from PCX review
1 parent bc06d71 commit ea14259

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Cloud Connector rules are evaluated last in the request evaluation workflow. Whe
3535
Cloud Connector will perform the following configurations automatically, depending on the cloud provider:
3636

3737
- Modify the `Host` header.
38-
- Adjust SSL/TLS for bucket-related traffic ([Amazon S3 website endpoints](./providers/#ssl-connections-for-aws-s3-endpoints) only).
38+
- Adjust SSL/TLS for bucket-related traffic ([Amazon S3 website endpoints](/rules/cloud-connector/providers/#ssl-connections-for-aws-s3-endpoints) only).
3939

4040
## Availability
4141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Cloud Connector supports both subdomain and URI path-style URLs:
3131
- **Subdomain-style URLs**: Set the hostname to `<BUCKET_NAME>.s3.amazonaws.com`. In this case, your files are accessible directly under the root of the bucket. For example, `https://example.com/index.html` will map to `https://<BUCKET_NAME>.s3.amazonaws.com/index.html`.
3232
- **URI path-style URLs**: Set the hostname to `s3.amazonaws.com`. Here, your bucket name must be part of the URI path in your requests. For example, if your bucket name is `<BUCKET_NAME>`, files will be available on paths like `https://example.com/<BUCKET_NAME>/index.html`, and your Cloud Connector rule should filter traffic based on the URI path starting with `/<BUCKET_NAME>`.
3333

34-
### SSL Connections to AWS S3 Endpoints
34+
### SSL connections to AWS S3 endpoints
3535

36-
The SSL setting applied for requests between Cloud Connector and AWS S3 depends on the type of S3 endpoint you use:
36+
The SSL setting applied to requests between Cloud Connector and AWS S3 depends on the type of S3 endpoint you use:
3737

3838
- **HTTPS-supported endpoints**: For hostnames like `*s3.<REGION>.amazonaws.com` and `*s3.amazonaws.com`, Cloudflare will connect to AWS S3 over HTTPS if you set your zone's SSL/TLS mode to **Full** or **Full (Strict)**.
3939
- **Non-HTTPS endpoints**: For website-style hostnames such as `*s3-website.<REGION>.amazonaws.com` or `*s3-website-<REGION>.amazonaws.com`, which do not support HTTPS, Cloudflare will default to **Flexible SSL**.

0 commit comments

Comments
 (0)