fallintoplace opened a new pull request, #1584: URL: https://github.com/apache/iceberg-go/pull/1584
## What changed Return application-default credential discovery errors from GCS configuration with source context. ## Why ADC errors were discarded and a nil credential result was interpreted as anonymous access. Malformed or missing configured credentials could therefore fail later with an unrelated storage authorization error. Anonymous access remains available explicitly through `gcs.no-auth`. The regression test uses a missing ADC file and verifies that `gcs.no-auth` still takes precedence. ## Testing - `go test ./io/gocloud -run TestGCSCredentials` - `go vet ./io/gocloud` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
