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
On client you could do:
const image = image.split('&Expires')[0]
That's one of the workarounds that i used