So it says: "Unix-friendly input and output. Pipe things in, out, and all around." which I took to mean I could do something like
tar -czv big-directory | s3funnel bucket PUT big-directory.tgz
seemingly not though. Is this possible via some combination of args? might be nice to document it if so...
So it says: "Unix-friendly input and output. Pipe things in, out, and all around." which I took to mean I could do something like
tar -czv big-directory | s3funnel bucket PUT big-directory.tgzseemingly not though. Is this possible via some combination of args? might be nice to document it if so...