awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Apache License 2.0
9.63k stars 5.65k forks source link

JavaV2: Check if bucket exists example that provides replacement for V1's `doesBucketExistV2` #7057

Closed tkhill-AWS closed 1 week ago

tkhill-AWS commented 1 week ago

This pull request shows users how to create a Java V2 method that does what V1's AmazonS3Client#doesBucketExistV2(String) does.

CD build. First scenario.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.