Skip to content

Commit d5397cb

Browse files
committed
feat: change S3 endpoint env name
1 parent eb6d3c7 commit d5397cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/local/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# Environment variables to be set during training
5151
REGION_ENV_NAME = "AWS_REGION"
5252
TRAINING_JOB_NAME_ENV_NAME = "TRAINING_JOB_NAME"
53-
S3_ENDPOINT_URL_ENV_NAME = "S3_ENDPOINT_URL"
53+
S3_ENDPOINT_URL_ENV_NAME = "AWS_ENDPOINT_URL_S3"
5454
SM_STUDIO_LOCAL_MODE = "SM_STUDIO_LOCAL_MODE"
5555

5656
# SELinux Enabled

0 commit comments

Comments
 (0)