kms_key
in sagemaker.processing.Processor
should default to output_kms_key
#4874
Labels
kms_key
in sagemaker.processing.Processor
should default to output_kms_key
#4874
Describe the bug
The
kms_key
used to encrypt either the user code file or local inputs when uploading to S3 should default tooutput_kms_key
.This would align the behaviour of with
sagemaker.estimator.Estimator
whereoutput_kms_key
is used to encrypt the tar'd user training code when uploading to S3.Also, since
output_kms_key
is resolved from the config it means thatkms_key
can inherit this default from the config.To reproduce
A clear, step-by-step set of instructions to reproduce the bug.
The provided code need to be complete and runnable, if additional data is needed, please include them in the issue.
Expected behavior
The
kms_key
should default tooutput_kms_key
. This can be implemented in either:sagemaker.processing.Processor._normalize_args
sagemaker.processing.Processor._normalize_inputs
Screenshots or logs
If applicable, add screenshots or logs to help explain your problem.
System information
A description of your system. Please provide:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: