I'm seeing this upon running `./pants binary src/p...
# pex
a
I'm seeing this upon running
./pants binary src/python/pants/util:s3_log_aggregator_bin
-- is the correct way to solve this to not download a
.tar.gz
for the
s3-log-parse
package (which pex doesn't appear to know how to deal with), or define a new
EggTgzArchiveTranslator
which can understand this?