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のドキュメント