In this lesson, you will learn how to host a static website on Amazon S3. I will show you how to create the buckets, create the bucket policy to allow public access and point your own custom DNS name...
OverviewObject values are the content of body:
Max Object Size 5TB (5000GB)If uploading more than 5GB, must use "multi-part upload"
Metadata (list of text key /value pairs)Tags (to to 10)Version ID
&n...
S3 & CloudFrontIn this hands-on exercise, you will access private S3 bucket content via a Cloud Front distribution. You will also learn that CloudFront, after caching, speeds up the delivery of co...
If you want to share some file in S3 with some one for a period of time you can create presign url.
aws s3 presign s3://<bucket_name>/<filen_ame> --expires-in <seconds>
Example...