因此,不要进入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);
});
或者,如果这真的不可能。将其包含在将来使用中是否是一个好主意?
提前致谢
答案 0 :(得分:1)
我认为如果你想使用不同的存储桶,你需要创建两个不同的文件管理器应用程序,这些应用程序将使用不同的存储桶。因为当我们为应用程序设置s3时,我们应该填写“S3 Access Key ID”,“Secret key”和“S3 bucket”。看起来只使用了s3存储的那些设置