Skip to content

Commit 0521b1d

Browse files
committed
Fix size_only missing arg in download_s3_path not being passed fully
1 parent 97bf307 commit 0521b1d

File tree

1 file changed

+1
-0
lines changed
  • src/aibs_informatics_aws_utils

1 file changed

+1
-0
lines changed

src/aibs_informatics_aws_utils/s3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def download_s3_path(
172172
exist_ok=exist_ok,
173173
transfer_config=transfer_config,
174174
force=force,
175+
size_only=size_only,
175176
**kwargs,
176177
)
177178
elif (path_is_prefix and not path_is_object) or (

0 commit comments

Comments
 (0)