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