2

我正在尝试使用墨水文件选择器的库来允许用户将图像上传到我的 S3 存储桶。这对于来自文件系统的文件非常有用,但是来自 Internet 的文件不知何故没有正确设置它们的权限,因此返回的路径不是公开可读的。

            store_options = {
                path: 'product/'+product_url+'/',
                access: 'public'
                };

            filepicker.pickAndStore({},store_options,function(InkBlobs){
                console.log(JSON.stringify(InkBlobs));
            });

这里没有很多旋钮可以转动——有人有什么建议吗?

4

0 回答 0