pjain1 commented on a change in pull request #11026:
URL: https://github.com/apache/druid/pull/11026#discussion_r602363851
##########
File path:
extensions-core/google-extensions/src/main/java/org/apache/druid/storage/google/GoogleStorageDruidModule.java
##########
@@ -43,6 +45,7 @@
public class GoogleStorageDruidModule implements DruidModule
{
static final String SCHEME = "google";
+ static final String SCHEME_GS = "gs";
Review comment:
ok missed that, changed everything to use
`GoogleStorageDruidModule.SCHEME_GS`
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]