AWS S3 Generating Signed Urls ''AccessDenied''

后端 未结 6 1181
心在旅途
心在旅途 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:28

    If your s3 files are encrypted than make sure that your policy also access to encryption key and related actions.

提交回复
热议问题