mondain / jets3t

JetS3t (pronounced "jet-set") is a free, open-source Java toolkit and application suite for Amazon Simple Storage Service (Amazon S3), Amazon CloudFront content delivery network, and Google Storage for Developers.
Apache License 2.0
26 stars 12 forks source link

jets3t and tee #8

Open arvera opened 4 years ago

arvera commented 4 years ago

I can't remember if I had this conversation with James at some point in the past, but it seems that tee doesn't work with jets3t, are we doing something out of the ordinary and not dumping the stream into the stdio?

The following doesn't seem to work, I know I am on a pretty old version of jets3t, but no need to upgrade so far.

/opt/jets3t-0.9.4/bin/synchronize.sh -p UP /mnt/data/point 2>&1 | tee /s3_log.txt