From e8866defb7cce91be5a7036b9c24ee3d4e38c502 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Thu, 6 Feb 2025 20:19:36 -0600 Subject: [PATCH] Add FAQ link to main storage section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26f12bd0..a192c329 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Application behavior can be changed by configuring the following environment var ## Alternate storage providers -Only one storage adapter—Vercel Blob, Cloudflare R2, or AWS S3—can be used at a time. Ideally, this is configured before photos are uploaded (see [Issue #34](https://github.com/sambecker/exif-photo-blog/issues/34) for migration considerations). If you have multiple adapters, you can set one as preferred by storing "aws-s3," "cloudflare-r2," or "vercel-blob" in `NEXT_PUBLIC_STORAGE_PREFERENCE`. +Only one storage adapter—Vercel Blob, Cloudflare R2, or AWS S3—can be used at a time. Ideally, this is configured before photos are uploaded (see [Issue #34](https://github.com/sambecker/exif-photo-blog/issues/34) for migration considerations). If you have multiple adapters, you can set one as preferred by storing `aws-s3`, `cloudflare-r2`, or `vercel-blob` in `NEXT_PUBLIC_STORAGE_PREFERENCE`. See [FAQ](https://github.com/sambecker/exif-photo-blog?tab=readme-ov-file#will-there-be-support-for-image-storage-providers-beyond-vercel-aws-and-cloudflare) regarding unsupported providers. ### Cloudflare R2