[ 
https://issues.apache.org/jira/browse/CAMEL-18976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681056#comment-17681056
 ] 

Claus Ibsen commented on CAMEL-18976:
-------------------------------------

You configure 2 different s3 components with their own set of credentials, and 
you can name them differently

from s3-mysource
  to s3-mytarget

And setup a s3-mysource component with X credentials
And setup a s3-mytarget component with Y credentials.

Then they are separated. This can be done with any of the camel components and 
is normal practice with Camel, for example for many years with JMS component 
for different JMS brokers (AMQ, WebSphere, OracleQA, Tibco, etc.)

> camel file storage copyObject support for multiple authenticated client
> -----------------------------------------------------------------------
>
>                 Key: CAMEL-18976
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18976
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-aws2, camel-azure, camel-google-storage, 
> camel-minio
>    Affects Versions: 3.20.1, 4.0, Future
>            Reporter: Hitesh C
>            Priority: Major
>
> Presently Copy Object operation works well when the same set of credentials 
> have access to both source and destination buckets.
> So when i am performing copy object from an S3 bucket to another S3 bucket 
> with different set of credentials, I have to do a getObject and PutObject 
> operation separately.
>  
> An functionality accepting a pair of client (s3, minio, cloud-storage), etc 
> and the respective storage bucket as source and destination could help in 
> simplifying the process even further.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to