can tar compress into aws s3 directly ? code example Example: how to send tar file to aws s3 tar c /var/test | gzip | aws s3 cp - "s3://tests/test1.tar.gz"