Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Nov 13, 2024

Conversation

tkhill-AWS
Copy link
Collaborator

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.

@tkhill-AWS tkhill-AWS added Java-v2 This issue relates to the AWS SDK for Java V2 java Pull requests that update Java code labels Nov 12, 2024
@tkhill-AWS tkhill-AWS changed the title Does bucket exist JavaV2: Check if bucket exists example that provides replacement for V1's doesBucketExistV2 Nov 12, 2024
@meyertst-aws meyertst-aws self-requested a review November 12, 2024 19:53
@meyertst-aws meyertst-aws self-assigned this Nov 12, 2024
@meyertst-aws meyertst-aws added the Task A general update to the code base for language clarification, missing actions, tests, etc. label Nov 12, 2024
Copy link
Contributor

@meyertst-aws meyertst-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@meyertst-aws meyertst-aws added the On Call Review complete On call review complete label Nov 13, 2024
@meyertst-aws meyertst-aws merged commit d1e71f3 into awsdocs:main Nov 13, 2024
15 checks passed
@tkhill-AWS tkhill-AWS deleted the does_bucket_exist branch November 14, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code Java-v2 This issue relates to the AWS SDK for Java V2 On Call Review complete On call review complete Task A general update to the code base for language clarification, missing actions, tests, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants