- Replace the aws-CLI subprocess calls with boto3 (list_objects_v2 paginator, get_object, copy_object+delete_object) using path-style addressing + RUSTFS_* env. Removes the external aws-CLI dependency so it runs in a slim container. - Add boto3 to pyproject dependencies. - Add Dockerfile (python:3.12-slim, deps, TZ=Africa/Nairobi, keep-alive CMD) and .dockerignore for Coolify; document Coolify Scheduled Task setup in README. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
8 lines
59 B
Text
8 lines
59 B
Text
.git
|
|
.venv
|
|
__pycache__/
|
|
*.pyc
|
|
*.csv
|
|
.env
|
|
.DS_Store
|
|
uv.lock
|