Skip to content

Commit 1d3d8a6

Browse files
Simon Zamarinvikas0203
Simon Zamarin
authored andcommitted
fixed issue with FrameworkProcessor not using the specified output_kms_key when uploading sourcedir.tar.gz
1 parent 64b6a9a commit 1d3d8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1799,7 +1799,7 @@ def _upload_payload(
17991799
entry_point=entry_point,
18001800
source_dir=source_dir,
18011801
dependencies=dependencies,
1802-
git_config=git_config
1802+
git_config=git_config,
18031803
)
18041804

18051805
estimator._prepare_for_training(job_name=job_name)

0 commit comments

Comments
 (0)