Amazon S3 is used for :
- Uses for backup and storage
- application hosting
- media hosting
- data lakes & big data analytics
- software delivery
- static website
- Disaster Recovery
- Archive files
- hybrid cloud storage
Characteristic
buckets must have a globally unique name
bucket are define at the region level
Name Convention
no uppercase, no underscore
3-63 characters long
not an ip
must not star with prefix xn--
must not end with the suffix -s3alias
objects file have a key
the key is the full path
must star with lower letter or number
the key is composed of prefix + object name
there is not concept of folders
Size
the max object size is 5 tb
more than 5gb must use multipart upload
Practice
Login on aws , click on Amazon S3
Click on create bucket
put the name of your bucket
Click on create bucket
Click on the bucket name then , to upload a name click on upload name
Select a file to upload
Create a folder click on crate folder button
put a name then click on create folder
Finally we have this
Links
https://console.aws.amazon.com/console/home?nc2=h_ct&src=header-signin
Leave a Reply
You must be logged in to post a comment.