I'm using "s3cmd put ... s3://..." in a bash script. I'm checking for a
return value of 0 to indicate success in the transfer. I had a typo in my
script that was trying to transfer a non-existent file. When this happens,
s3cmd still returns 0 and never prints out an error. I think this should
be considered a bug. If s3 cannot pattern match the file name to transfer,
it should error out. The exact command I'm using is:
s3cmd --no-progress put myfile.processed.ba? s3://mybucket/
I mistakenly had
s3cmd --no-progress put myfile.ba? s3://mybucket/
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general