clintropolis commented on a change in pull request #8903: S3 input source
URL: https://github.com/apache/incubator-druid/pull/8903#discussion_r350478277
##########
File path:
core/src/main/java/org/apache/druid/data/input/impl/CloudObjectLocation.java
##########
@@ -27,6 +27,13 @@
import java.net.URI;
import java.util.Objects;
+/**
+ * Common type for 'bucket' and 'path' concept of cloud objects to allow code
sharing between cloud specific
+ * implementations. {@link #bucket} and {@link #path} should NOT be URL
encoded.
+ *
+ * The intention is that this is used as a common representation for storage
objects as an alternative to dealing in
+ * {@link URI} directly, but still provide a mechansim to round-trip with a
URI.
Review comment:
fixed
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]