Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以将文件上传到 S3 存储桶中的特定文件夹,而不仅仅是上传到存储桶的基本文件夹吗?
是的,在 filepicker.store 调用中使用“路径”参数。
filepicker.store(fpfile, {location:'S3', path:'myfolder/file.png'}, function(stored_fpfile){ console.log(stored_fpfile); });
https://developers.filepicker.io/docs/web/#store上的文档