Skip to content

Commit 6785bdd

Browse files
committed
update readme
1 parent ab15756 commit 6785bdd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

dotnetv4/S3/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv4
3333

3434
Code excerpts that show you how to call individual service functions.
3535

36-
- [CreatePresignedPost](Actions/S3Wrapper.cs#L71)
36+
- [CreatePresignedPost](Scenarios/S3_CreatePresignedPost/S3Wrapper.cs#L35)
3737

3838
### Scenarios
3939

4040
Code examples that show you how to accomplish a specific task by calling multiple
4141
functions within the same service.
4242

43-
- [](Scenarios/S3_CreatePresignedPost/CreatePresignedPostBasics.cs)
43+
- [Create a presigned URL](Scenarios/S3_CreatePresignedPost/CreatePresignedPostBasics.cs)
4444

4545

4646
<!--custom.examples.start-->
@@ -56,17 +56,17 @@ functions within the same service.
5656

5757

5858

59-
####
59+
#### Create a presigned URL
6060

61-
This example shows you how to do the following:
61+
This example shows you how to create a presigned URL for Amazon S3 and upload an object.
6262

6363

64-
<!--custom.scenario_prereqs.s3_Scenario_CreatePresignedPost.start-->
65-
<!--custom.scenario_prereqs.s3_Scenario_CreatePresignedPost.end-->
64+
<!--custom.scenario_prereqs.s3_Scenario_PresignedUrl.start-->
65+
<!--custom.scenario_prereqs.s3_Scenario_PresignedUrl.end-->
6666

6767

68-
<!--custom.scenarios.s3_Scenario_CreatePresignedPost.start-->
69-
<!--custom.scenarios.s3_Scenario_CreatePresignedPost.end-->
68+
<!--custom.scenarios.s3_Scenario_PresignedUrl.start-->
69+
<!--custom.scenarios.s3_Scenario_PresignedUrl.end-->
7070

7171
### Tests
7272

0 commit comments

Comments
 (0)