Allow s3 credentials via env (#6066)

closes #5072
This commit is contained in:
brendanlaschke
2024-06-30 21:47:51 +02:00
committed by GitHub
parent cce9bf5730
commit afb3f4b7b7
3 changed files with 24 additions and 3 deletions

View File

@ -142,6 +142,8 @@ yarn command:prod cron:calendar:google-calendar-sync
['STORAGE_S3_REGION', '', 'Storage Region'],
['STORAGE_S3_NAME', '', 'Bucket Name'],
['STORAGE_S3_ENDPOINT', '', 'Use if a different Endpoint is needed (for example Google)'],
['STORAGE_S3_ACCESS_KEY_ID', '', 'Optional depending on the authentication method'],
['STORAGE_S3_SECRET_ACCESS_KEY', '', 'Optional depending on the authentication method'],
['STORAGE_LOCAL_PATH', '.local-storage', 'data path (local storage)'],
]}></ArticleTable>