Anton Larin
Anton Larin
One more additional step I wanted to add, it would be expectable that no signs of additional work done left in the digital ocean so I'd suggest deleting temporary snapshot....
For some reason the ``` permissions: pull-requests: write ``` doesn't fix the issue for us. https://github.com/arc53/DocsGPT/actions/runs/5925817289/job/16065989742?pr=306 Any ideas?
@nirga , could you fix the link to documentation in the description and give a hint what pieces of this project's code should be touched by this change?
All right @nirga , thanks. But I'll try to ask one more time with the question. The code base is not that little for the project, could you give a...
To me, the following parameters look more logical to pass over command line parameters rather than as environment variables. S3_BUCKET S3_SAVE_FOLDER AWS_ASSUME_ROLE_PROFILE
In general, according to the ticket, support for S3 should be added to the application as well. In this PR the changes are only in the scripts package. Please refer...
To avoid passing s3 config through several calls, please consider using https://docs.pydantic.dev/latest/concepts/pydantic_settings/ The configuration is static and doesn't change through the lifecycle of the script, so please consider using static...
>  Is it still reproducible after the latest changes?