const AWS = require('aws-sdk'); const s3 = new AWS.S3(); const getSignedUrl = async (req, res) => { const { key, contentType }...
Read More
Hi
Your server generates a presigned URL (short-lived) using AWS SDK.
The client uploads the file directly to S3 with a PUT request.
Showing posts with label Your server generates a presigned URL (short-lived) using AWS SDK.
The client uploads the file directly to S3 with a PUT request.. Show all posts
Showing posts with label Your server generates a presigned URL (short-lived) using AWS SDK.
The client uploads the file directly to S3 with a PUT request.. Show all posts
Subscribe to:
Posts (Atom)