Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

move or copy file from unix to aws s3 bucket.

Hi  Gurus, 

 

We have very big file in the unix environment.  We need to move the same on to the aws s3 named bucket.  please give me any suggestions on the same

 

Thanks & Regards

HemaKG

Labels (3)
1 Solution

Accepted Solutions
vapukov
Master II

what wrong with command-line client?

 

https://docs.aws.amazon.com/cli/latest/userguide/installing.html

 

aws s3 cp test.txt s3://mybucket/test2.txt

View solution in original post

4 Replies
vapukov
Master II

what wrong with command-line client?

 

https://docs.aws.amazon.com/cli/latest/userguide/installing.html

 

aws s3 cp test.txt s3://mybucket/test2.txt
Anonymous
Not applicable
Author

@vapukov

 

But , the organisation is not allowing the AWS CLI to be used.  They wan this task handled by Talend itself. Any suggestion on the same?

Anonymous
Not applicable
Author

Here is a blogpost with a detailed instructions how to copy file into S3 and presign them with secure URLs: https://tracklify.com/blog/file-sharing-with-aws-s3-cli

Ganshyam
Creator II

Hi Hemang,

 

how did you managed to copy file without using Aws cli and through Talend ?

 

Regards