S3 Bucket
What is Amazon S3 Bucket
?​
Amazon S3
(Simple Storage Service)
bucket is part ofAWS
, It is used to store and manage data in the form of objects.A bucket is a container for objects (data files), similar to a folder in a traditional filesystem.
Why S3 Bucket
?​
Very secure:​
- Data Encryption: Supports both server-side encryption (managed by AWS) and client-side encryption.
Scalable:​
- Highly scalable: S3 can store virtually unlimited amounts of data, making it ideal for growing applications or projects.
How to create s3 bucket
:​
firstly login into aws.
Search
s3
into the search field, and click ons3
.Your will be on
bucket
page, click oncreate bucket
buttonNow you are on the
create bucket
page before creating the bucket make sure you have selected the nearest region.(In my case i have selected the mumbai)
Keep the bucket type as it is to
General purpose
Bucket name should be unique.
Object Ownership would be the default as it is to
ACLs disabled
- Uncheck the
Block all public access
, next it will show you a warning messageTurning off block all public access might result in this bucket and the objects within becoming public
,Check
this.
Keep the
Bucket Versioning
default as it is toDisable
Next
Tags
keep as it is to default.keep
Default encryption
as it is toServer-side encryption with Amazon S3 managed keys (SSE-S3)
Disable the
Bucket Key
and click oncreate bucket
buttonNow you will on the bucket page, select your created bucket and click on it
Now you are on your bucket that you have selected click on upload button
Now you can select what to
upload file or folder
.After selecting your data your data will be visible , you can see the type, size and name of your data. Next click on
Upload
buttonRefresh the page and go back to your bucket and you will see all of your uploaded data