I currently use s3cmd to download a file from s3. However I’d rather output the contents to STOUT. Do you know a unix tool that can do it?
Thanks, Jan
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll need to add
-to the end of you command arguments to make it redirect the output to STDOUT.Example :
s3cmd get s3://... -See this thread for more information.
You might also use the
--no-progressoption to avoid extra information in the output and just get the plain file content