AWS presigned URL fails when the video is longer than 1 minute
I tried creating a presigned URL for two videos in the same s3 bucket manually and I’ve set the expiration date to 7 days :
I tried creating a presigned URL for two videos in the same s3 bucket manually and I’ve set the expiration date to 7 days :
In my AWS S3 bucket, I have the same file with different versions. How can I generate a pre-signed URL for each version of the same file?
I am using NodeJS AWS SDK.
Has anyone successfully used the AWS SDK to generate signed URLs to objects in an S3 bucket which also work over CloudFront? I’m using the JavaScript AWS SDK and it’s really simple to generate signed URLs via the S3 links. I just created a private bucket and use the following code to generate the URL:
I have a backend lambda function that creates the presigned post url using the code below and this works just fine returning the url as planned in both production and locally.