You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Client::ListBuckets() without project. (#942)
This fixes#898. It adds a default project to ClientOptions, and
uses that project in ListBuckets. Because of the parameter packs,
the function to take an explicit project id is now called
Client::ListBucketsForProject.
* Address review comments [skip ci].
* Address review comments.
0 commit comments