Skip to content

Commit

Permalink
Fix the bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
meyertst-aws authored and ford-at-aws committed Oct 24, 2024
1 parent b472b3f commit a0c436e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/example_code/medical-imaging/medical_imaging_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,8 +930,8 @@ def update_image_set_metadata_demo(self):

if __name__ == "__main__":
# Replace these values with your own.
source_s3_uri = "s3://medical-imaging-dicom-input/dicom_input/"
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/"
data_access_role_arn = "arn:aws:iam::123456789012:role/ImportJobDataAccessRole"

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

0 comments on commit a0c436e

Please sign in to comment.