4

I have a 4GB gzip file on s3, I am trying to read the gzip file and write the decompressed contents to another file. How would I do this using boto3 python without loading the whole file into memory?

Santhosh
  • 891
  • 3
  • 12
  • 31
  • 1
    I am at the same issue. I am not able to understand which one solves the "without loading the whole file into memory" problem. – user 923227 Mar 19 '18 at 19:12

0 Answers0