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

fix(storage): fix CreateBucket logic for gRPC #8165

Merged
merged 1 commit into from Jun 22, 2023

Conversation

tritone
Copy link
Contributor

@tritone tritone commented Jun 22, 2023

This was causing some of the failures that I thought I had addressed in #8159. Fix by specifying the bucket name using CreateBucketRequest.BucketID rather than CreateBucketRequest.Bucket.Name.

Also cleans up some messy logic around specifying bucket names for integration tests that I ended up looking at.

Fixes #8162

This was causing some of the failures that I thought I had
addressed in googleapis#8159. Fix by specifying the bucket name using
CreateBucketRequest.BucketID rather than
CreateBucketRequest.Bucket.Name.

Also cleans up some messy logic around specifying bucket names
for integration tests that I ended up looking at.

Fixes googleapis#8162
@tritone tritone requested review from a team as code owners June 22, 2023 04:53
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: storage Issues related to the Cloud Storage API. labels Jun 22, 2023
@tritone tritone merged commit 8424e7e into googleapis:main Jun 22, 2023
8 checks passed
@tritone tritone deleted the create-bucket-fix branch June 22, 2023 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

storage: many tests failed
2 participants