Files
librechat.ai/content/docs/configuration/cdn/index.mdx
Danny Avila 347f15c62f refactor: update CDN documentation for clarity and accuracy
- Renamed Azure Blob Storage and Amazon S3 sections to reflect their role as file storage backends rather than CDNs.
- Enhanced descriptions to clarify that Azure Blob Storage and S3 do not serve files through a CDN, while Firebase is the only true CDN option.
- Added warnings regarding the limitations of presigned URLs for S3 and emphasized the need for stable URLs for images and avatars.
- Updated the main CDN index to better outline the differences between file storage and CDN options, improving user guidance for setup.
2026-02-20 19:36:18 -05:00

23 lines
645 B
Plaintext

---
title: File Storage & CDN
icon: BookOpen
description: File storage and CDN setup instructions
---
<Callout type="info" title="Note">
LibreChat supports multiple file storage backends and one CDN option. Amazon S3 and Azure Blob Storage are object/file storage solutions, while Firebase is the only true CDN option with global edge delivery. Choose the one that best meets your deployment requirements.
</Callout>
## File Storage
### Amazon S3
- [Amazon S3](/docs/configuration/cdn/s3)
### Azure Blob Storage
- [Azure Blob Storage](/docs/configuration/cdn/azure)
## CDN
### Firebase
- [Firebase CDN](/docs/configuration/cdn/firebase)