Uploading objects to S3 using one-time pre signed URLs
Originally posted at Serverless
AWS provides the means to upload files to an S3 bucket using a pre signed URL. The URL is generated using IAM credentials or a role which has permissions to write to the bucket. A pre signed URL has an expiration time ...
serverlessinc.hashnode.dev7 min read