文件名称:gae-imageserver
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-10 23:31:35
Go
gae图像服务器 在Google App Engine上运行的图像上传服务器。 保存原始图像并生成缩略图。 关于Google App Engine 它是Google制造的PaaS。 此图片服务器使用BlobStore的BlobStore Images Service 。 BlobStore: ://cloud.google.com/appengine/docs/go/blobstore/ 您可以轻松地将文件上传功能实现到Cloud Storage 使用上传时发出的BlobKey来访问文件。 图片: : 创建上传到BlobStore的图像文件的缩略图。 您可以动态获取0到1600像素之间的任意大小的缩略图。 原料药 GET /初始化 获取URL,以将图像上传到BlobStore。 通过签名对客户端进行身份验证。 查询参数 accessKey:访问密钥 签名:签名 到期:签名
【文件预览】:
gae-imageserver-master
----github.com()
--------famz()
----imageserver()
--------main.go(221B)
--------info()
--------auth()
--------handler()
----.gitmodules(109B)
----app.example.yaml(238B)
----index.yaml(247B)
----LICENSE(1KB)
----README.md(6KB)
----.editorconfig(278B)
----.gitignore(276B)
----test.html(8KB)