Disable GZIP compression #617
Answered
by
senor-coder
senor-coder
asked this question in
Q&A
-
I wanted to use smart_open to copy gzip files from GCS to S3. When I tried to implement the same, it was un-gzipping the file and gzipping again during the copy, hence taking more time than usual to perform this operation. Is there a way to disable compression ? |
Beta Was this translation helpful? Give feedback.
Answered by
senor-coder
May 6, 2021
Replies: 1 comment
-
OK, just went through the source code, I can use ignore extension param. Not able to find an option to delete the post, hence closing the discussion by answering it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
senor-coder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, just went through the source code, I can use ignore extension param. Not able to find an option to delete the post, hence closing the discussion by answering it.