From fa661ed519e7949daed260750a175b8e163c9688 Mon Sep 17 00:00:00 2001 From: ford-at-aws Date: Mon, 1 Jul 2024 13:24:46 -0400 Subject: [PATCH] s3 fixes --- python/example_code/s3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/example_code/s3/README.md b/python/example_code/s3/README.md index 4ebf9bd791f..54a973f06f7 100644 --- a/python/example_code/s3/README.md +++ b/python/example_code/s3/README.md @@ -36,7 +36,7 @@ python -m pip install -r requirements.txt ### Get started -- [Hello Amazon S3](hello/hello_s3.py#L4) (`ListBuckets`) +- [Hello Amazon S3](s3_basics/hello.py#L4) (`ListBuckets`) ### Single actions