Axios No Progress Events when uploading to S3 and app is hosted in S3

前端 未结 0 1227
夕颜
夕颜 2021-02-05 12:25

I\'m using Axios to upload to a S3 bucket.

    const response = await axios.put(signedUrl, file, {
        headers: { \'Content-Type\': contentType},
        canc         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题