Amazon S3 (Simple Storage Service) is an object-based storage service. An object is a file with attributes like name, value, access control info, etc. Access to objects in S3 is done through an API. Amazon S3 use containers called buckets to store objects. Bucket names are globally unique.
After naming your bucket you can accept all of the default options.
Available here.
Go to IAM - Users and then select your user. Then go to Security credentials and create an access key. Download the key you created (a csv file) and use it on the next step.
Open a terminal and configure your access key and default region on AWS CLI using:
aws configure
When prompted, enter your access key ID, access key secrete, and region (short) name.
No comments:
Post a Comment