Skip to content

S3 proxy is a daemon intended to front-end S3 uploads and includes an optional job dispatcher (leveraging SQS). Written in python with the flask framework, and is intended to be front-ended by nginx

Notifications You must be signed in to change notification settings

mschenck/s3proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

################################################################################
#Setup
################################################################################
nginx.conf:
    Correct the "proxy_pass http:https://BUCKET-NAME.s3.amazonaws.com/;" line to use 
    your particular S3 bucket name

s3proxy.conf:
    Correct AWS API authentication details
        aws_access_key = "<Insert AWS Access Key>"
        aws_secret_key = "<Insert AWS Secret Key>"

    Correct S3 bucket name
        s3_bucket = "up-test-bk"

About

S3 proxy is a daemon intended to front-end S3 uploads and includes an optional job dispatcher (leveraging SQS). Written in python with the flask framework, and is intended to be front-ended by nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages