fix: s3 integration + custom s3 (minio) support

This commit is contained in:
Tomáš Hruška
2023-11-09 11:41:29 +01:00
parent 946eed3773
commit 836dc10c2b
8 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -13,8 +13,9 @@ declare global {
SPACES_KEY?: string;
SPACES_SECRET?: string;
SPACES_ENDPOINT?: string;
BUCKET_NAME?: string;
SPACES_BUCKET_NAME?: string;
SPACES_REGION?: string;
SPACES_FORCE_PATH_STYLE?: string;
NEXT_PUBLIC_KEYCLOAK_ENABLED?: string;
KEYCLOAK_ISSUER?: string;