You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#If you store your images in AWS S3 bucket, then you can give this config and it will take that config. A small amout of data is needed to temporarily keep the downloaded images. You can configure the size of that below.
16
-
USE_AWS_S3_BUCKET=false
17
-
AWS_ACCESS_KEY_ID=
18
-
AWS_SECRET_ACCESS_KEY=
19
-
AWS_REGION=
20
-
AWS_S3_BUCKET_NAME=
21
-
# Below is the maximum allowed usage of local space to optimize/prevent multiple download from S3 bucket. Give the value in MB. E.g. enter 1024 for 1GB
22
-
MAX_TEMP_STORAGE_FOR_S3_DOWNLOAD=
15
+
# static
16
+
STATIC_SERVICE=hdd# hdd | s3 - hdd as default if not provided
0 commit comments