Skip to content

Commit 72b983c

Browse files
committed
Fix the bucket name
1 parent dd8c6f0 commit 72b983c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/example_code/medical-imaging/medical_imaging_basics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,8 +930,8 @@ def update_image_set_metadata_demo(self):
930930

931931
if __name__ == "__main__":
932932
# 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/"
933+
source_s3_uri = "s3://amzn-s3-demo-input/dicom_input/"
934+
dest_s3_uri = "s3://amzn-s3-demo-output/job_output/"
935935
data_access_role_arn = "arn:aws:iam::123456789012:role/ImportJobDataAccessRole"
936936

937937
# snippet-start:[python.example_code.medical-imaging.MedicalImagingWrapper.instantiation]

0 commit comments

Comments
 (0)