asilvas / blobby

HTTP Proxy for Blob storage systems (such as S3) that automatically shards and replicates your data
MIT License
4 stars 5 forks source link

Support compressed objects #5

Open asilvas opened 7 years ago

asilvas commented 7 years ago

We already support compression-on-response, but we do not yet support compressed objects from storage. The primary benefit of supporting compressed storage objects is performance, as there are fewer bytes to transfer. Would also need to support decompression-on-response for clients not supporting the object compression format.