feat: implement S3 integration for storing and retrieving digest files (#427)

Co-authored-by: Filip Christiansen <22807962+filipchristiansen@users.noreply.github.com>
Co-authored-by: Nicolas Iragne <nicoragne@hotmail.fr>
This commit is contained in:
Mickael 2025-07-26 16:28:17 +02:00 committed by GitHub
parent 998cea15b4
commit 414e85189f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 688 additions and 38 deletions

View file

@ -113,6 +113,7 @@ repos:
files: ^src/
additional_dependencies:
[
boto3>=1.28.0,
click>=8.0.0,
'fastapi[standard]>=0.109.1',
httpx,
@ -138,6 +139,7 @@ repos:
- --rcfile=tests/.pylintrc
additional_dependencies:
[
boto3>=1.28.0,
click>=8.0.0,
'fastapi[standard]>=0.109.1',
httpx,