从ec2站点将图像上传到s3时出现错误403

时间:2020-01-01 01:40:40

标签: amazon-s3 amazon-ec2

嗨,我有一个关于上传s3的问题。

在本地服务器上(127.0.0.1:3060)可以上传图像并将其输出到s3

但是,如果我从ec2上加载的具有相同代码的网站(terecal-nodebird.com)上传图像, 我收到403禁止错误。

_app.js:1 POST http://api.terecal-nodebird.com/api/post/images 403 (Forbidden)
(anonymous) @ _app.js:1
e.exports @ _app.js:1
UnBK.e.exports @ _app.js:1
Promise.then (async)
CgaS.u.request @ _app.js:1
CgaS.r.forEach.u.<computed> @ _app.js:1
(anonymous) @ _app.js:1
Pa @ _app.js:1
ir.<computed> @ _app.js:1
(anonymous) @ _app.js:1
p @ _app.js:1
f @ _app.js:1
Tr @ _app.js:1
(anonymous) @ _app.js:1
Un @ _app.js:1
ir.<computed> @ _app.js:1
(anonymous) @ _app.js:1
p @ _app.js:1
f @ _app.js:1
u @ _app.js:1
ir.<computed> @ _app.js:1
(anonymous) @ _app.js:1
p @ _app.js:1
f @ _app.js:1
u @ _app.js:1
c @ _app.js:1
e.put @ _app.js:1
(anonymous) @ _app.js:1
qn @ _app.js:1
Kn @ _app.js:1
Bn @ _app.js:1
e.put @ _app.js:1
(anonymous) @ _app.js:1
(anonymous) @ index.js:1
v @ commons.aa06001e0645d1c3ac95.js:1
O @ commons.aa06001e0645d1c3ac95.js:1
(anonymous) @ commons.aa06001e0645d1c3ac95.js:1
C @ commons.aa06001e0645d1c3ac95.js:1
T @ commons.aa06001e0645d1c3ac95.js:1
P @ commons.aa06001e0645d1c3ac95.js:1
j @ commons.aa06001e0645d1c3ac95.js:1
Sn @ commons.aa06001e0645d1c3ac95.js:1
se @ commons.aa06001e0645d1c3ac95.js:1
Tn @ commons.aa06001e0645d1c3ac95.js:1
Nn @ commons.aa06001e0645d1c3ac95.js:1
jn @ commons.aa06001e0645d1c3ac95.js:1
Show 15 more frames
_app.js:1 Error: Request failed with status code 403
    at LYNF.e.exports (_app.js:1)
    at Rn+g.e.exports (_app.js:1)
    at XMLHttpRequest.p.onreadystatechange (_app.js:1)

如果您知道为什么,请告诉我

0 个答案:

没有答案