-
Notifications
You must be signed in to change notification settings - Fork 2
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
mschenck/s3proxy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
################################################################################ #Setup ################################################################################ nginx.conf: Correct the "proxy_pass http://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 0
No packages published