File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ Code excerpts that show you how to call individual service functions.
7979Code examples that show you how to accomplish a specific task by calling multiple
8080functions 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
134147This example shows you how to how to delete or stop incomplete Amazon S3 multipart uploads.
You can’t perform that action at this time.
0 commit comments