mirror of
https://github.com/cyclotruc/gitingest.git
synced 2026-04-28 11:19:31 +00:00
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:
parent
998cea15b4
commit
414e85189f
17 changed files with 688 additions and 38 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue