increase logging verbosity around s3 access errors
Docker server image / build-and-push (push) Successful in 3m14s

This commit is contained in:
2026-03-27 18:10:18 -07:00
parent 3e8e6bd543
commit 78272ad0d2
5 changed files with 70 additions and 2 deletions
+4
View File
@@ -5,7 +5,11 @@ S3_USE_SSL=false
S3_PUBLIC_USE_SSL=false
S3_ACCESS_KEY=minioadmin
S3_SECRET_KEY=minioadmin
# Optional SigV4 region for strict S3 gateways (e.g. some SeaweedFS / proxy setups).
# S3_REGION=us-east-1
S3_SESSION_TTL_SECONDS=3600
# Set to true to dump raw S3 HTTP on stderr (debugging AccessDenied / proxies).
# OFFICECONVERT_S3_TRACE=true
CONVERSION_PPTX_TO_PDF_TIMEOUT_SECONDS=180
CONVERSION_PDF_TO_IMAGES_TIMEOUT_SECONDS=1800
CONVERSION_PPTX_TO_PDF_BASE_TIMEOUT_SECONDS=45