QUESTIONS & TOPICS THAT S3ZIPPER MIGHT ANSWER ON STACK OVERFLOW ABOUT ZIPPING ON S3

Creating this awesome product has taken us close to two years to perfect it. The idea to create it arose out of a real need for a solution to the zipping problem in AWS S3. For the most part, S3 is just a key value storage, and lacks most of the features a real server might possess. We couldn’t be any happier using it also. It has made our lives much more easier, and sharing several files is now a breeze.

ZIPPING FILES IN AWS S3 WITHOUT DOWNLOADING

On-Demand File Compression in the AWS S3 If you are like me and happen to have an account with Amazon S3, there are certainly times when you want to share those files you have in storage and have been frustrated by your efforts. I had a program last year that dynamically generated lots of images and needed a way to share those images with third parties later. After looking around for a while, it looked like most web developers faced this same problem and somehow fixed it but the only available information online was not satisfactory to me.