AWS S3 Generating Signed Urls ''AccessDenied''

后端 未结 6 1183
心在旅途
心在旅途 2021-02-06 06:51

I am using NodeJs to upload files to AWS S3. I want the client to be able to download the files securely. So I am trying to generate signed URLs, that expire after one usage. My

6条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-06 07:25

    I had the same issue when i'm locally testing my lambda function its works but after deploy it didn't work. once i add the s3 full access to lambda function it worked.

提交回复
热议问题