Closed coreylight closed 6 years ago
Use gzip to lower costs on s3 and save time on the network request. May need some benchmarking to make sure we are actually saving time. Can stream to the zlib module once we move to a streaming transport too 😎
zlib
My implementation of a solution for #4 includes zipping files with zlib (gzip) compression.
Use gzip to lower costs on s3 and save time on the network request. May need some benchmarking to make sure we are actually saving time. Can stream to the
zlib
module once we move to a streaming transport too 😎