如何在meteor Slingshot中添加自定义指令属性

时间:2015-12-14 12:07:31

标签: meteor-slingshot

我使用meteor slingshot将文件上传到Google-Cloud-Storage。为了在谷歌应用引擎特定信息上提供我的应用程序,我想添加一个这样的自定义指令属性。

Slingshot.createDirective('uploadSpotAvatar', Slingshot.GoogleCloud, {
    bucket: 'bucketName',
    GoogleAccessId: 'myAccessId',
    acl: 'myACL',
    ...
    customField: 'customEntry'
});

有没有办法用弹弓做到这一点?

0 个答案:

没有答案