This tutorial will guide us on how to create a presigned URL for an Amazon S3 (Simple Storage Service) bucket
What is S3?
S3 means Simple Storage Service on Amazon Web Services (AWS). It is a service that provides secured, scalable, durable and cost-effective object storage.
S3 Bucket
An Amazon S3 bucket is a container for storing objects in Amazon S3. It is similar to a resource group in Azure
Please follow the steps below;
Step 1: Create an S3 bucket
Step 2: Upload an image
Step 3: Create a presigned URL
Step 1: Create an S3 bucket
Log-on to AWS Management Console.- Search for S3 on the home page. Pick Buckets under Top features.
- Give the bucket a unique name.
- Block all public access
- For encryption, enable SSE-S3, enable bucket key
Step 2: Upload an image
- Select the just created bucket, double click to open it.
- For storage class, pick the standard for frequently assessed data.
- Browse for file that will be uploaded from your computer. Select open to upload.
- Wait for the image to be successfully uploaded. Notice that status is succeeded. Double click the file to open.
Boom! the uploaded file is open
- Set the time interval until the presigned URL expires. Create presigned URL
Paste the URL in a new tab and enter.
Notice you can see the uploaded file.
Please drop comments and questions in comments session.

SOCIAL SHARE CARD GENERATOR