Bug 1383123 - Generate HTTPS URLs instead of HTTP in buildbot (#5)
blobber is a simple server implementing a REST API for uploading files to Amazon S3.
Run pip install -r requirements.txt to install Python prerequisites.
pip install -r requirements.txt
Run python application.py to run a development server. You must specify some required environment variables for proper functioning:
python application.py
TODO: fill this in
This server is expected to be used with the blobuploader client.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
blobber is a simple server implementing a REST API for uploading files to Amazon S3.
Installation
Run
pip install -r requirements.txtto install Python prerequisites.Running in development mode
Run
python application.pyto run a development server. You must specify some required environment variables for proper functioning:Running in production mode
TODO: fill this in
Uploading Files
This server is expected to be used with the blobuploader client.