We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabed10 commit 448420eCopy full SHA for 448420e
python/example_code/medical-imaging/medical_imaging_basics.py
@@ -930,8 +930,8 @@ def update_image_set_metadata_demo(self):
930
931
if __name__ == "__main__":
932
# Replace these values with your own.
933
- source_s3_uri = "s3://medical-imaging-dicom-input/dicom_input/"
934
- dest_s3_uri = "s3://medical-imaging-output/job_output/"
+ source_s3_uri = "s3://amzn-s3-demo-input/dicom_input/"
+ dest_s3_uri = "s3://amzn-s3-demo-output/job_output/"
935
data_access_role_arn = "arn:aws:iam::123456789012:role/ImportJobDataAccessRole"
936
937
# snippet-start:[python.example_code.medical-imaging.MedicalImagingWrapper.instantiation]
0 commit comments