Replace MinIO with S3-compatible storage and reorganize project structure

- Switch from MinIO to boto3 for S3-compatible object storage (Cloudflare R2)
- Rename storage config vars from R2_* to generic S3_*
- Organize root directory: docs/, tools/, output/, Archive/{audio,results}/
- Output transcriptions to output/ directory
- Add transcribe_legacy.py, transcribe_all.py, and docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka_Company
2026-05-27 16:08:33 +08:00
parent 060ee7012e
commit 85dc3c77b3
6 changed files with 992 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
requests>=2.31.0
python-dotenv>=1.0.0
boto3>=1.34.0