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?
Asked
Active
Viewed 724 times