Skip to content

Commit 913120b

Browse files
smartandhandsomeLaren-AWS
authored andcommitted
Fix incorrect paths in presigned URL links
1 parent 6a97b3e commit 913120b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

javav2/example_code/s3/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ functions within the same service.
8888

8989

9090
<!--custom.examples.start-->
91-
- [Create a presigned URL for download](s3/src/main/java/com/example/s3/GeneratePresignedGetUrlAndRetrieve.java)
92-
- [Create a presigned URL for upload](s3/src/main/java/com/example/s3/GeneratePresignedUrlAndPutFileWithMetadata.java)
91+
- [Create a presigned URL for download](src/main/java/com/example/s3/GeneratePresignedGetUrlAndRetrieve.java)
92+
- [Create a presigned URL for upload](src/main/java/com/example/s3/GeneratePresignedUrlAndPutFileWithMetadata.java)
9393
<!--custom.examples.end-->
9494

9595
## Run the examples
@@ -305,4 +305,4 @@ in the `javav2` folder.
305305

306306
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
307307

308-
SPDX-License-Identifier: Apache-2.0
308+
SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)