i think the offending commit is this 8e3a72e
it looks like it download content as gzip but leaving it as is.
we rollback to previous version and it works.
the data in my case is .html file, raw text. it's getting downloaded as gzip content which can't be display with nginx.
my expectation: s3sync should keep the file as is.
To do this, maybe we can do additional head request to check the content type and see if decompression is required?
i think the offending commit is this 8e3a72e
it looks like it download content as gzip but leaving it as is.
we rollback to previous version and it works.
the data in my case is .html file, raw text. it's getting downloaded as gzip content which can't be display with nginx.
my expectation: s3sync should keep the file as is.
To do this, maybe we can do additional head request to check the content type and see if decompression is required?