Skip to content

Commit c3a0217

Browse files
committed
Add docs clarifying connection between path and url settings. Closes Improve Documentation #1
1 parent 8b6ca0b commit c3a0217

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/docs/adapter-aws-s3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
4. Enter the "Secret access key" from Step 2.8 into the **Secret** field
7373
5. Choose the correct *Region* for this bucket selected during Step 1.3
7474
6. Enter the **Bucket Name** which was chosen during Step 1.3
75-
7. Optionally you can specify a **Path** inside your bucket where the directory should store files and folders.
75+
7. Optionally you can specify a **Path** inside your bucket where the directory should store files and folders. Please note this path is only used for file storage and manipulation, you may need to add this path to your **Url** as well depending on your configuration.
7676
8. Optionally you can specify a **Url** to use as the base when generating links to files in the bucket. This can be useful for having a CDN handle requests to your files. (Cloud Files will auto-generate a "path-style" url from your bucket configuration but if you need or prefer a "virtual-hosted style" url you can enter that instead)
7777
9. Continue to configure the directory how you normally would and click "Save".
7878

docs/docs/adapter-cf-r2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
4. Enter the "Token Key" from Step 2.4 into the **Key** field
2929
5. Enter the "Token Secret" from Step 2.4 into the **Secret** field
3030
6. Enter the **Bucket Name** which was chosen during Step 1.3
31-
7. Optionally you can specify a **Path** inside your bucket where the directory should store files and folders.
31+
7. Optionally you can specify a **Path** inside your bucket where the directory should store files and folders. Please note this path is only used for file storage and manipulation, you may need to add this path to your **Url** as well depending on your configuration.
3232
8. Specify a **Url** to use as the base when generating links to files in the bucket. This is a required field because it is the only way to setup public access to files within your bucket. You can either use a custom domain or the `r2.dev` service for development and testing. You can learn more about these options in the [Cloudflare R2 Public Buckets documentation](https://developers.cloudflare.com/r2/buckets/public-buckets/).
3333
9. Continue to configure the directory how you normally would and click "Save".
3434

docs/docs/adapter-do-spaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
4. Enter the "Secret" from Step 2.5 into the **Secret** field
2525
5. Choose the correct *Region* for this space selected during Step 1.3
2626
6. Enter the **Space Name** which was chosen during Step 1.3
27-
7. Optionally you can specify a **Path** inside your space where the directory should store files and folders.
27+
7. Optionally you can specify a **Path** inside your space where the directory should store files and folders. Please note this path is only used for file storage and manipulation, you may need to add this path to your **Url** as well depending on your configuration.
2828
8. Optionally you can specify a **Url** to use as the base when generating links to files in the space. This can be useful for having a CDN handle requests to your files.
2929
9. Continue to configure the directory how you normally would and click "Save".
3030

0 commit comments

Comments
 (0)