From bf989e60414d9f85a404fd7ba2a7728496d6e128 Mon Sep 17 00:00:00 2001 From: Konsequanzheng <45843441+Konsequanzheng@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:15:25 -0500 Subject: [PATCH] docs: fix copy paste oversights in storage-adapters.mdx (#8919) ### What? S3, Azure Blob, and Google Cloud storage sections were referring to Vercel Blob Storage (presumably because of copy pasting) --- docs/upload/storage-adapters.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/upload/storage-adapters.mdx b/docs/upload/storage-adapters.mdx index 644922a22..5aff55e78 100644 --- a/docs/upload/storage-adapters.mdx +++ b/docs/upload/storage-adapters.mdx @@ -76,7 +76,7 @@ pnpm add @payloadcms/storage-s3@beta ### Usage -- Configure the `collections` object to specify which collections should use the Vercel Blob adapter. The slug _must_ match one of your existing collection slugs. +- Configure the `collections` object to specify which collections should use the S3 Storage adapter. The slug _must_ match one of your existing collection slugs. - The `config` object can be any [`S3ClientConfig`](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3) object (from [`@aws-sdk/client-s3`](https://github.com/aws/aws-sdk-js-v3)). _This is highly dependent on your AWS setup_. Check the AWS documentation for more information. - When enabled, this package will automatically set `disableLocalStorage` to `true` for each collection. @@ -124,7 +124,7 @@ pnpm add @payloadcms/storage-azure@beta ### Usage -- Configure the `collections` object to specify which collections should use the Vercel Blob adapter. The slug _must_ match one of your existing collection slugs. +- Configure the `collections` object to specify which collections should use the Azure Blob adapter. The slug _must_ match one of your existing collection slugs. - When enabled, this package will automatically set `disableLocalStorage` to `true` for each collection. ```ts @@ -173,7 +173,7 @@ pnpm add @payloadcms/storage-gcs@beta ### Usage -- Configure the `collections` object to specify which collections should use the Vercel Blob adapter. The slug _must_ match one of your existing collection slugs. +- Configure the `collections` object to specify which collections should use the Google Cloud Storage adapter. The slug _must_ match one of your existing collection slugs. - When enabled, this package will automatically set `disableLocalStorage` to `true` for each collection. ```ts