What is S3 and its Uses in AWS?
Get started with Amazon S3. Amazon Simple Storage Service (S3) is an object storage service that provides industry-leading scalability, data availability, security, and performance. Amazon S3 allows you to store and retrieve any quantity of data at any time and from any location.
Amazon S3 provides management features so that you can optimise, organise, and configure access to your data to meet your specific business, organisational, and compliance requirements.
Why is S3 useful?
S3 allows for infinite scalability, with no formal restriction on the quantity of data or objects that can be stored in an S3 bucket. The maximum size for objects kept in a bucket is 5 TB.
Please follow the instructions listed below.
Step 1: Create an S3 bucket.
Step 2: upload an image.
Step 3: Generate a pre-assigned URL
- Log in to the AWS Management Console.
- Type
S3
on the search bar page.
- Create Bucket
On General Configuration:
- Bucket type: choose General Purpose
- Give your bucket a universally accepted or available name.
- Object Ownership: Choose ACLs disabled
Block public access settings for this bucket because the uploaded file will be timed.
Although tags are optional, it is necessary for cost management or analysis.
Let's preassign a URL for our file.
- Check or select the uploaded file.
- Open the Action tab and select
Share with a presigned URL.
Time intervals can be hourly or in minutes.
- Let's use 2 minutes; please note that after 2 minutes the file will not be visible to viewers.
- Click on Create presigned URL
So try to view the file again to confirm it yourself.
This article is simple; it just shows us how to Pre-assign URL for an S3 Bucket in AWS!
I hope this helps!
Top comments (0)