WIP s3 sync and directory stats.

This commit is contained in:
Patrick Fic
2025-10-31 15:43:22 -07:00
parent 080ed8e335
commit be3918cbaf
10 changed files with 926 additions and 5 deletions

View File

@@ -12,4 +12,10 @@ services:
- IMS_TOKEN=
- CONVERT_QUALITY=0.5
- KEEP_CONVERTED_ORIGINALS=TRUE
# S3 Sync Configuration (uncomment and configure for daily sync)
# - S3_BUCKET_NAME=your-s3-bucket-name
# - S3_REGION=us-east-1
# - S3_ACCESS_KEY_ID=your-access-key-id
# - S3_SECRET_ACCESS_KEY=your-secret-access-key
# - S3_KEY_PREFIX=jobs/
image: imexonline/media-server:beta