generalbots/src
Rodrigo Rodriguez (Pragmatismo) cad94939c3 feat: replace opendal with AWS SDK for S3 operations
- Added AWS SDK S3 dependencies including aws-config, aws-sdk-s3, and related crates
- Removed opendal dependency and replaced with AWS SDK S3 client
- Implemented new get_file_content helper function using AWS SDK
- Updated MinIOHandler to use AWS SDK client instead of opendal Operator
- Modified file change detection to work with AWS SDK's S3 client

The change was made to standardize on AWS's official SDK for S3 operations, which provides better maintenance and feature support compared to the opendal crate. This also aligns with AWS best practices for interacting with S3 services.
2025-10-30 12:35:25 -03:00
..
auth Enable template bot creation and fix bot schema 2025-10-21 22:43:28 -03:00
automation feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
basic feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
bootstrap feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
bot Refactor BotOrchestrator to remove in-memory cache and implement LangCache for user input responses 2025-10-25 11:18:05 -03:00
channels - New features for start.bas 2025-10-13 17:43:03 -03:00
config feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
context Refactor BotOrchestrator to remove in-memory cache and implement LangCache for user input responses 2025-10-25 11:18:05 -03:00
drive_monitor feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
email - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
file feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
kb feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
llm Refactor LLM parsing and overhaul connection UI 2025-10-15 22:24:04 -03:00
llm_legacy Enable template bot creation and fix bot schema 2025-10-21 22:43:28 -03:00
meet - Refactoring bot package. 2025-10-18 12:03:07 -03:00
org - Remove all compilation errors. 2025-10-11 12:29:03 -03:00
package_manager feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
riot_compiler Add About and Login pages with responsive design and user authentication 2025-10-26 00:02:19 -03:00
session - More automation from start to web, user sessions. 2025-10-20 23:32:49 -03:00
shared feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
tests feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
tools - Compiling again. 2025-10-12 11:44:35 -03:00
ui Add About and Login pages with responsive design and user authentication 2025-10-26 00:02:19 -03:00
web_automation - Knowledge management. 2025-10-18 18:20:02 -03:00
web_server fix: update file paths to use correct directory for HTML files 2025-10-26 18:49:11 -03:00
whatsapp - Refactor in bot package. 2025-10-18 12:01:39 -03:00
create_bucket.rs feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00
main.rs feat: replace opendal with AWS SDK for S3 operations 2025-10-30 12:35:25 -03:00