I'm trying to upload a blob to S3, like so: await axios.put( 'https://s3.amazonaws.com/.../foo.jpg', { data: blob }, { headers: ...
確定! 回上一頁