adoroszlai commented on code in PR #4389:
URL: https://github.com/apache/ozone/pull/4389#discussion_r1144760515


##########
hadoop-ozone/ozone-manager/pom.xml:
##########
@@ -69,6 +69,12 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd";>
       <artifactId>ozone-interface-storage</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.ozone</groupId>
+      <artifactId>ozone-s3-secret-store</artifactId>
+      <scope>compile</scope>
+    </dependency>

Review Comment:
   We already have some configuration properties where the implementation is 
pluggable and is instantiated via reflection, see callers of 
`ConfigurationSource#getClass`.



-- 
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]

Reply via email to