/s3zipper

Simple Steaming S3 File Zipper Microservice - works with any backend via redis and redirection.

Primary LanguageGo

s3zipper

Microservice that Servers Streaming Zip file from S3 Securely

Read the blog here

Original Blog Post

Redis Schema

zip:<random ref string> = [
    {
        "S3Path":"path/to/sample.txt",
        "FileName":"sample.txt",
        "Folder":"folder/within/zip/file"
    }
    ...
]