separate S3 use SSL controls for internal & public clients
Docker server image / build-and-push (push) Successful in 3m21s

This commit is contained in:
2026-03-27 17:28:37 -07:00
parent cd8ce61451
commit 407a920208
4 changed files with 15 additions and 2 deletions
+2
View File
@@ -1,6 +1,8 @@
S3_ENDPOINT=seaweedfs:8333
S3_PUBLIC_ENDPOINT=localhost:8333
S3_USE_SSL=false
# Presigned URLs; omit to match S3_USE_SSL (internal client uses S3_ENDPOINT).
S3_PUBLIC_USE_SSL=false
S3_ACCESS_KEY=minioadmin
S3_SECRET_KEY=minioadmin
S3_SESSION_TTL_SECONDS=3600