【发布时间】:2013-07-18 09:03:30
【问题描述】:
所以不要去 s3 页面来设置 s3 凭据。不能将其调用到 API 吗?例如在 json 选项上
filepicker.pickAndStore({
location: 'S3',
bucket: '{bucketname}', //set here instead on the s3 settings page
path: '/uploadpath/file.ext',
access: 'public'
}, success function(InkBlob){
console.log(InkBlob);
});
或者如果这真的不可能。包含它以供将来使用是个好主意吗?
提前致谢
【问题讨论】: