mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 20:14:36 +00:00
Fixes #2014 When using default local storage, the s3storage module was imported at the top level, which triggered boto3/botocore import and caused ModuleNotFoundError if those packages weren't installed. Now s3storage is only imported when S3 storage is actually configured.