Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(storage): add BucketName to BucketHandle (googleapis#10127)
The bucket name is currently only accessible via the Attrs() network call, and can be trivially returned from the bucket handle. Today we have to pass around a `BucketHandle` and the bucket name separately. I used BucketName instead of just Name, as ObjectHandle has both BucketName and ObjectName.
- Loading branch information