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