-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Client
Storage
Environment
go 1.25.1
Code and Dependencies
See this:
google-cloud-go/storage/storage.go
Line 212 in 617bb68
| opts = append(opts, option.WithEndpoint(ep), option.WithHTTPClient(hc)) |
Expected behavior
storage.Client instantiates/initializes
Actual behavior
storage.NewClient returns error: "WithHTTPClient is incompatible with gRPC dial options"
Additional context
Started after upgrading to any version greater than 1.50.0
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.