Skip to content

Commit 74f7507

Browse files
committed
update README.md
1 parent 3346b10 commit 74f7507

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

javav2/example_code/s3/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Code excerpts that show you how to call individual service functions.
7979
Code examples that show you how to accomplish a specific task by calling multiple
8080
functions within the same service.
8181

82+
- [Check if a bucket exists](src/main/java/com/example/s3/DoesBucketExist.java)
8283
- [Delete incomplete multipart uploads](src/main/java/com/example/s3/AbortMultipartUploadExamples.java)
8384
- [Download S3 'directories'](src/main/java/com/example/s3/transfermanager/S3DirectoriesDownloader.java)
8485
- [Download objects to a local directory](src/main/java/com/example/s3/transfermanager/DownloadToDirectory.java)
@@ -129,6 +130,18 @@ This example shows you how to do the following:
129130
<!--custom.basics.s3_Scenario_GettingStarted.end-->
130131

131132

133+
#### Check if a bucket exists
134+
135+
This example shows you how to check if a bucket exists.
136+
137+
138+
<!--custom.scenario_prereqs.s3_Scenario_DoesBucketExist.start-->
139+
<!--custom.scenario_prereqs.s3_Scenario_DoesBucketExist.end-->
140+
141+
142+
<!--custom.scenarios.s3_Scenario_DoesBucketExist.start-->
143+
<!--custom.scenarios.s3_Scenario_DoesBucketExist.end-->
144+
132145
#### Delete incomplete multipart uploads
133146

134147
This example shows you how to how to delete or stop incomplete Amazon S3 multipart uploads.

0 commit comments

Comments
 (0)