mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added s3fs client to handler the connection to s3
This commit is contained in:
parent
eeff2817e2
commit
f79e18a6a0
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ def dataloader_factory(runtime_environment: str | None = None) -> DataLoader:
|
|||
dataloader_types = {
|
||||
"local": LocalDataLoader(),
|
||||
"local-mock": S3MockDataLoader(),
|
||||
"dev": S3MockDataLoader(),
|
||||
"dev": S3DataLoader(),
|
||||
"staging": S3DataLoader(),
|
||||
"prod": S3DataLoader(),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue