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.
我正在使用 aws-sdk 我可以在不使用 aws amplify 的情况下上传图像吗?我正在使用 expo 的 ImagePicker 模块来选择图像如何将选定的图像从本地文件路径放到 s3。
React 本机 Fetch API 应该与 AWS 签名 URL 一起使用
如果您已签名 url,则无需凭据或外部库即可将任何资源上传到 S3。