我使用流星弹弓将文件上传到 Google-Cloud-Storage。为了在谷歌应用引擎上提供我的应用程序特定信息,我想添加一个这样的自定义指令属性。
Slingshot.createDirective('uploadSpotAvatar', Slingshot.GoogleCloud, {
bucket: 'bucketName',
GoogleAccessId: 'myAccessId',
acl: 'myACL',
...
customField: 'customEntry'
});
有没有办法用弹弓做到这一点?