From 03747f208f699b16c10f13d43a9c38bce22b5740 Mon Sep 17 00:00:00 2001 From: developerjamiu Date: Tue, 22 Sep 2026 11:47:42 +0100 Subject: [PATCH] docs: Point the custom storage note at the Cloud storage concept page --- docs/06-concepts/02-endpoints-and-apis/07-file-uploads.md | 2 +- .../06-concepts/02-endpoints-and-apis/07-file-uploads.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/06-concepts/02-endpoints-and-apis/07-file-uploads.md b/docs/06-concepts/02-endpoints-and-apis/07-file-uploads.md index 2877ecf0..0b7d5496 100644 --- a/docs/06-concepts/02-endpoints-and-apis/07-file-uploads.md +++ b/docs/06-concepts/02-endpoints-and-apis/07-file-uploads.md @@ -220,7 +220,7 @@ pod.addCloudStorage( ); ``` -If the storage does not exist in your Cloud project, the server throws a `CloudStorageException` at startup. To create one, use the [storage commands](/cloud/reference/cli/commands/storage) in the Cloud CLI. +If the storage does not exist in your Cloud project, the server throws a `CloudStorageException` at startup. To create one, see [Storage](/cloud/concepts/storage) in the Cloud docs. When Serverpod Cloud provides storage for your project, these calls connect to it. Otherwise, for example when you run the server locally, the `fallback` runs and files are stored in the database. To keep files somewhere else, replace these calls with one of the storages below. diff --git a/versioned_docs/version-4.0.0/06-concepts/02-endpoints-and-apis/07-file-uploads.md b/versioned_docs/version-4.0.0/06-concepts/02-endpoints-and-apis/07-file-uploads.md index 2877ecf0..0b7d5496 100644 --- a/versioned_docs/version-4.0.0/06-concepts/02-endpoints-and-apis/07-file-uploads.md +++ b/versioned_docs/version-4.0.0/06-concepts/02-endpoints-and-apis/07-file-uploads.md @@ -220,7 +220,7 @@ pod.addCloudStorage( ); ``` -If the storage does not exist in your Cloud project, the server throws a `CloudStorageException` at startup. To create one, use the [storage commands](/cloud/reference/cli/commands/storage) in the Cloud CLI. +If the storage does not exist in your Cloud project, the server throws a `CloudStorageException` at startup. To create one, see [Storage](/cloud/concepts/storage) in the Cloud docs. When Serverpod Cloud provides storage for your project, these calls connect to it. Otherwise, for example when you run the server locally, the `fallback` runs and files are stored in the database. To keep files somewhere else, replace these calls with one of the storages below.