DaanHoogland commented on code in PR #12124: URL: https://github.com/apache/cloudstack/pull/12124#discussion_r2560307058
########## plugins/storage/object/ECS/src/main/resources/META-INF/cloudstack/storage-object-ecs/spring-storage-object-ecs-context.xml: ########## @@ -0,0 +1,14 @@ +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xsi:schemaLocation=" + http://www.springframework.org/schema/beans + http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context + http://www.springframework.org/schema/context/spring-context.xsd"> + + <!-- Just declare the provider bean; it will use ComponentContext.inject() + for lifecycle and driver, same as Ceph. --> + <bean id="EcsObjectStoreProviderImpl" + class="org.apache.cloudstack.storage.datastore.provider.EcsObjectStoreProviderImpl" /> +</beans> Review Comment: i know, lint can be picky at times -- 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]
