
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Hemang,
how did you managed to copy file without using Aws cli and through Talend ?
Regards
