Skip to content

Commit 27720fc

Browse files
pperanichmomchil-flex
authored andcommitted
feat: add s3 config to download file function.
1 parent 3f087b5 commit 27720fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tidy3d/web/core/s3utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ def _download(_callback: Callable) -> None:
335335
Filename=str(to_file),
336336
Key=token.get_s3_key(),
337337
Callback=_callback,
338+
Config=_s3_config,
338339
)
339340

340341
if progress_callback is not None:

0 commit comments

Comments
 (0)