druid/core
Tejaswini Bandlamudi 177e1856cd
Fix GCS based ingestion if bucket name contains underscores (#12445)
GCP allows bucket names to contain underscores. When a location in such a bucket
is mapped to `java.net.URI`, `URI.getHost()` returns null. `URI.getHost()` is used as
the bucket name in `CloudObjectLocation`, leading to an NPE.

This commit uses `URI.getAuthority()` as the bucket name if `URI.getHost()` is null.
2022-04-21 09:22:35 +05:30
..
src Fix GCS based ingestion if bucket name contains underscores (#12445) 2022-04-21 09:22:35 +05:30
pom.xml Replace use of PowerMock with Mockito (#12282) 2022-02-27 22:47:09 -08:00