0

So instead of going to the s3 page to set the s3 credentials. It isn't possible to call it to the API? for example on the json option

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);
});

Or if this really isn't possible. Does it a good idea to include it for future use?

Thanks in advance

4

1 に答える 1

1

異なるバケットを使用する場合は、異なるバケットを使用する 2 つの異なるファイルピッカー アプリを作成する必要があると思います。アプリの s3 を設定するときは、「S3 アクセス キー ID」、「秘密鍵」、「S3 バケット」を入力する必要があるためです。s3ストレージの設定のみが使用されているようです

于 2013-09-24T12:20:12.693 に答える