mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
- 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.
23 lines
645 B
Plaintext
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)
|