上传到inkfilepicker时,是否可以在API调用上设置s3存储桶名称?

时间:2013-07-18 09:03:31

标签: filepicker filepicker.io

因此,不要进入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);
});

或者,如果这真的不可能。将其包含在将来使用中是否是一个好主意?

提前致谢

1 个答案:

答案 0 :(得分:1)

我认为如果你想使用不同的存储桶,你需要创建两个不同的文件管理器应用程序,这些应用程序将使用不同的存储桶。因为当我们为应用程序设置s3时,我们应该填写“S3 Access Key ID”,“Secret key”和“S3 bucket”。看起来只使用了s3存储的那些设置