Quantcast
Channel: aws – ShellHacks
Browsing latest articles
Browse All 4 View Live

AWS CLI: S3 `ls` – List Buckets & Objects (Contents)

Amazon Simple Storage Service (S3) stores data as objects within resources called buckets. Each Amazon S3 object consist of a key (file name), data and metadata that describes this object. Amazon S3...

View Article



AWS CLI: Install AWS CLI – Ubuntu Linux

The AWS CLI is a tool for managing the AWS services from the command-line. The easiest way to install the AWS CLI on Ubuntu is to get it from the official repository but the version you will get will...

View Article

AWS CLI: SSL Validation Failed – [SOLVED]

Once you run some command in the AWS CLI, for example aws s3 ls, you may get the error as follows: SSL validation failed for <endpoint_url> [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify...

View Article

AWS CLI: S3 Versioning – List|Get Objects

Amazon S3 has a built-in versioning solution (can be enabled in the bucket’s properties tab), that helps to track all the changes that me make to the files hosted in an S3 bucket. In this note i will...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images