added s3fs client to handler the connection to s3 - cahnge to local

This commit is contained in:
Michael Duong 2023-09-01 11:42:38 +01:00
parent 8f94628031
commit 31ce4a670e

View file

@ -28,7 +28,7 @@ from core.Settings import (
TIMESTAMP = datetime.now().strftime(TIMESTAMP_FORMAT)
RUNTIME_ENVIRONMENT = os.environ.get("RUNTIME_ENVIRONMENT", "dev")
RUNTIME_ENVIRONMENT = os.environ.get("RUNTIME_ENVIRONMENT", "local")
CLIENT = S3FSClient(runtime_environment=RUNTIME_ENVIRONMENT)