October 09, 2018
Amazon S3 is short for Simple Storage Service, which is an object storage service of AWS. This lab introduces the common features of S3.
In the AWS Management Console, click S3 on the Services menu to open S3 console.
Click Create bucket button
In the Configure options dialog box
Finish by clicking Create bucket button
An object can be any kind of file: text, image, video and etc.
Select the bucket just created in S3 Management Console
By default, uploaded objects are private, not publicly accessible.
Click on the S3 link for the image file
Make the file public
Grant access to the entire bucket by setting up a policy.
Find ARN (Amazon Resource Name) of bucket in the Permissions tab,
Generate Policy
S3 Bucket Policy
, Principal to *
GetObject
so that anyone will be able to access/*
to ARN to allow the policy to apply to all objects within the bucketCreate a different version of object
s3:GetObjectVersion
to policy
Written by Warren who studies distributed systems at George Washington University. You might wanna follow him on Github