Skip to content

Commit df06d14

Browse files
authored
Fix S3 uri (#4810)
1 parent f85ce9e commit df06d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archived/sagemaker-lineage/sagemaker-lineage.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
" artifact_name=\"mnist-model\",\n",
215215
" artifact_type=\"Model\",\n",
216216
" source_types=[{\"SourceIdType\": \"Custom\", \"Value\": unique_id}],\n",
217-
" source_uri=f\"s3://sagemaker-example-files-prod-{region}.s3.amazonaws.com/datasets/image/MNIST/model/tensorflow-training-2020-11-20-23-57-13-077/model.tar.gz\",\n",
217+
" source_uri=f\"https://sagemaker-example-files-prod-{region}.s3.amazonaws.com/datasets/image/MNIST/model/tensorflow-training-2020-11-20-23-57-13-077/model.tar.gz\",\n",
218218
")"
219219
]
220220
},

0 commit comments

Comments
 (0)