Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.
/ s3zipper Public archive
forked from eggheadio/s3zipper

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

Notifications You must be signed in to change notification settings

dalecaru/s3zipper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
    }
    ...
]

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%