Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 feat: Implement S3 integration for file handling and image uploads #6142

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

rubentalstra
Copy link
Collaborator

@rubentalstra rubentalstra commented Mar 2, 2025

Summary

Closes: #3373
Closes: #2898

Docs: LibreChat-AI/librechat.ai#256

This pull request introduces support for AWS S3 as a file storage option in addition to Firebase. The key changes include adding the necessary configurations, dependencies, and methods to handle file operations with S3.

AWS S3 Integration:

File Operations:

Strategy Integration:

UI Integration:

Configuration:

Change Type

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Testing

Please describe your test process and include instructions so that we can reproduce your test. If there are any important variables for your testing configuration, list them here.

Test Configuration:

Checklist

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • I have commented in any complex areas of my code
  • I have made pertinent documentation changes
  • My changes do not introduce new warnings
  • I have written tests demonstrating that my changes are effective or that my feature works
  • Local unit tests pass with my changes
  • Any changes dependent on mine have been merged and published in downstream modules.
  • A pull request for updating the documentation has been submitted.

@rubentalstra rubentalstra mentioned this pull request Mar 2, 2025
11 tasks
@rubentalstra rubentalstra added the ✨ enhancement New feature or request label Mar 2, 2025
@rubentalstra rubentalstra self-assigned this Mar 2, 2025
@rubentalstra rubentalstra changed the title Enhancement: AWS S3 Support #3373 🚀 feat: Implement S3 integration for file upload and retrieval functionalities Mar 3, 2025
@rubentalstra rubentalstra changed the title 🚀 feat: Implement S3 integration for file upload and retrieval functionalities 🚀 feat: Implement S3 integration for file handling and image uploads Mar 3, 2025
@rubentalstra rubentalstra changed the title 🚀 feat: Implement S3 integration for file handling and image uploads 🚀 feat: Implement S3 integration for file handling and image uploads Mar 3, 2025
@rubentalstra rubentalstra requested a review from danny-avila March 3, 2025 18:57
@rubentalstra rubentalstra marked this pull request as ready for review March 3, 2025 18:57
@rubentalstra rubentalstra added this to the v0.7.8 milestone Mar 3, 2025
@rubentalstra rubentalstra marked this pull request as draft March 5, 2025 07:39
@rubentalstra
Copy link
Collaborator Author

for reference:
#2898 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement: AWS S3 Support (with IRSA option)
2 participants