我使用
OpenStack Swift作为blob存储,他们使用PUT方法创建对象.
至于前端,我使用Angular 2的Kendo UI上传媒体.现在的问题是Kendo UI上传服务,它只使用POST方法.
正如他们提到的site
The handler has to accept POST requests containing one or more fields with the same name as the original input name.