Start Zipping with S3zipper

S3zipper makes multiple file compression and archiving in AWS S3 easy and painless.


AWS Marketplace

Also Available on AWS Marketplace

Do you need Web Monitoring services?

Onwatcher(https://onwatcher.com) is a new and modern web monitoring service.

services to monitor:

* Monitor certificate expiry
* Monitor websockets
* Monitor Https/Http
* Monitor ports
* Monitor pings
Check out! Register here!

Written in Go(Golang)

Golang is open source software from Google that helps users build very efficient and reliable software. Golang is very dependable for projects like this one that require concurrency.

Uses Official AWS SDK for Go

Reliable, up-to-date, and trusted software source. AWS SDK for Go is developed by a team from Amazon web services.

Safe and Secure

All connections to and from Amazon S3 are secure by default.

More Features

File-system like names
All file calls take regular file-like paths i.e:

my_bucket/path/to/my/file
my_bucket/path/to/my/folder
my_bucket/

Stream Zip archives to Aws S3

Download files directly from Aws S3 and Zip files back to S3 buckets in one go.
No pre-zipping of files before upload.
No local server file downloads, zipping, uploading, and cleanup.

Stream Zip archives to web
Zip archives can be downloaded directly from S3 and zipped on the fly to users on the web to browser("piping").
This is useful if your clients do not need waiting.
Affordable & Economical
No need to buy extra memory or disk space to download, and zip large files.
This is a tiresome process that usually requires huge upfront space, and requires cleanup.
Zip entire buckets, folders & files
Yes, you can also zip entire buckets and folders, on top of files.

my_bucket/
my_bucket
my_bucket/path/to/my/folder
my_bucket/path/to/my/folder/
my_bucket/path/to/my/file

Fast & efficient
Go handles concurrency natively.
Usage of API/Server is simple and saves on developer time.
You can be ready for production in a matter of minutes.

Choose a plan below

Simple pricing. No surprises.
**Free to zip upto 10 MB**

Unlimited

From $44 .99 per month
or get 20% savings
For $431 .99 billed yearly

  • Up to 9.2 EB per request
  • No limits
  • 6 user credentials
  • No monthly or daily limits
  • Cheaper than EC2 instances
  • Get email results
  • Buy Monthly Plan
    or save on yearly
    Buy Yearly Plan

Individual

From $4 .99 per month
or get 20% savings
For $47 .99 billed yearly

  • Up to 2.0 GB per request
  • Good for Individual Users
  • 1 user credentials
  • No monthly or daily limits
  • Cheaper than EC2 instances
  • Get email results
  • Buy Monthly Plan
    or save on yearly
    Buy Yearly Plan

Pro

From $14 .99 per month
or get 20% discount
For $143 .99 billed yearly

  • Up to 20 GB per request
  • Good for professionals & Business
  • 6 user credentials
  • No monthly or daily limits
  • Cheaper than EC2 instances
  • Get email results
  • Buy Monthly Plan
    or save on yearly
    Buy Yearly Plan

Do you need web monitoring services?
Onwatcher is our new service.

Please register today at onwatcher.com

Contact Us

If you have any questions about this service, let us know.

Send Message

About Us

S3zipper is a service that seeks to make file compression and archiving in Amazon S3 as smooth and simple as possible.
The old way of doing this involved downloading files, creating a compressed file, uploading files back to S3, and finally doing clean up to reclaim space.
This is very inefficient, time consuming and very resource intensive.
We found a better way that involves file streaming and piping.