文件名称:tornado_images_service:简单影像服务
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-14 03:03:38
Python
龙卷风图像服务 Heroku网址: : 将POST请求发送到其中“图片”字段中包含文件。 或使用上的html表单上传。 上载到heroku 建立应用程式 $ heroku create 定义Amazon S3凭证 $ heroku config:set AWS_ACCESS_KEY=xxx AWS_SECRET_KEY=yyy 可选定义Amazon S3存储桶名称(默认为'bucketfortestprojects') $ heroku config:set S3_BUCKET=zzz 推到heroku $ git push heroku master 检查日志 $ heroku logs --tail 测试是否卷曲(如果需要,请替换网址) curl -F "image=@/path/to/test.png" https://lit-wave-488
【文件预览】:
tornado_images_service-master
----.gitignore(64B)
----README.md(2KB)
----server.py(495B)
----Procfile(22B)
----requirements.txt(66B)
----service()
--------app.py(74B)
--------settings.py(702B)
--------urls.py(397B)
--------apps()
--------__init__.py(0B)
--------templates()