### Current problem Didn't find how I can get an existing bucket. In the other SDKs we have Client.getBucket() method. ### Possible solution ```java Bucket bucket = client.getBucket("bucket-name"); ``` ### Additional context _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct