How To Host An eBook On Amazon S3 And Create A Shareable Link - AWS Tutorial
How To Host An eBook (.Pdf or .Docx) On Amazon S3 And Create A Shareable URL Address - AWS Guide
Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. This paragraph was taken from https://aws.amazon.com/s3
Amazon Web Services (AWS) https://aws.amazon.com
Policies and Permissions in Amazon S3 here https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-policy-language-overview.html I hope this helps!
💻[UPDATE] If you're getting the following error message:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
Then you will now need to perform an additional step to your buckets permissions. In your bucket policy section, you will need to edit in the following code in the policy text box and replace YourBucketNameHere with your buckets name and once you have done that click Save changes:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::YourBucketNameHere/*"
}
]
}
⚡Timestamps:
0:00 - Introduction
0:53 - Sign in to aws
1:26 - Select Amazon S3 service
1:42 - Create a Bucket
2:20 - Edit Bucket Permissions
3:08 - Upload eBook
3:42 - Create a Shareable Link
4:04 - View your Amazon S3 hosted eBook
4:28 - Download your ebook
Grow your YouTube Channel with vidIQ https://vidiq.com/70s
More Amazon Web Services Guides (Playlist) https://www.youtube.com/playlist?list=PLco3v23oibTUKFaOz6XRUGZmnosUWa7P5
🔥Social Media
SUBSCRIBE https://www.youtube.com/@Websplaining?sub_confirmation=1
Instagram (Thumbnail Collection) https://www.instagram.com/websplaining
Twitter (For Newest uploads) https://twitter.com/websplaining
Reddit (Discussions) https://www.reddit.com/r/Websplaining
Personal Website https://www.websplaining.com
#Ebook #AmazonS3 #AWS
DONT FORGET TO LIKE COMMENT AND SUBSCRIBE!