AWS S3 pre signed URL without Expiry date

后端 未结 4 1442
时光说笑
时光说笑 2020-12-01 06:02

Is there any way that I can generate Pre-Signed URL\'s without any expiry date ? I\'m developing a Email app where my attachments will be saved in S3. Also please let me kno

4条回答
  •  鱼传尺愫
    2020-12-01 06:26

    On client you could do:

    const image = image.split('&Expires')[0]

    That's one of the workarounds that i used

提交回复
热议问题