From f48996884e3f6a106593deb45e45e3766885471e Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 19 Jun 2025 19:15:14 -0400 Subject: [PATCH] move remote storage option to compose file until s3 is officially supported by recipe --- .env.sample | 1 - 1 file changed, 1 deletion(-) diff --git a/.env.sample b/.env.sample index 884cc01..39047c3 100644 --- a/.env.sample +++ b/.env.sample @@ -26,7 +26,6 @@ ENABLE_PROMETHEUS_METRICS=False ############### ENABLE_UPLOADS=True -ENABLE_REMOTE_STORAGE=False TOTAL_UPLOADS_LIMIT="1 GB" # site-wide limit DEFAULT_USER_UPLOADS_LIMIT="50 MB" MAX_MEDIA_SIZE=512000 # In Bytes