jihoonson opened a new pull request #7129: Fix exception when the scheme is 
missing in endpointUrl for S3
URL: https://github.com/apache/incubator-druid/pull/7129
 
 
   `URI.create("127.0.0.1:8000").getScheme()` throws an exception of 
`java.lang.IllegalArgumentException: Illegal character in scheme name at index 
0: 127.0.0.1:8000` and `URI.create("localhost:8000").getScheme()` returns 
`localhost`.
   
   The order to look for the protocol is supposed to be:
   1) the scheme in `endpointUrl` 
   2) protocol in `AWSClientConfig` 
   3) default (https)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to