gus-maurizio removed a comment on issue #1431:
URL: https://github.com/apache/camel-quarkus/issues/1431#issuecomment-651282180


   original beans.xml
   `<?xml version="1.0" encoding="UTF-8"?>
   <beans xmlns="http://www.springframework.org/schema/beans"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd";>
   
     <bean id="awsDefaultCredentialsProviderChain" 
class="com.amazonaws.auth.DefaultAWSCredentialsProviderChain" />
     <bean id="awsClientConfigEndpoint" 
class="com.amazonaws.ClientConfiguration">
     </bean>
     <bean id="s3"                     
class="org.apache.camel.component.aws.s3.S3Component" />
     <bean id="vpcs3Client-us-east-1"  
class="com.amazonaws.services.s3.AmazonS3Client">
       <constructor-arg index="0"    ref="awsClientConfigEndpoint" />
       <property name="endpoint"     value="${client.s3.us-east-1}" />
     </bean>
   
   </beans>
   
   `


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to