Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
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?
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
Hi Hemang,
how did you managed to copy file without using Aws cli and through Talend ?
Regards