ShellHacks
Command-Line Tips and Tricks

aws

  • Blog

AWS CLI: S3 Versioning – List|Get Objects

Posted on October 2, 2020October 6, 2020by admin

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 show how to list all the versions of an object (file) stored in an S3 bucket and […]

Read More
No comments yet
  • Blog

AWS CLI: SSL Validation Failed – [SOLVED]

Posted on September 29, 2020November 4, 2021by admin

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 failed To work around the issue you can add the –no-verify-ssl option to the AWS CLI: $ aws s3 ls –no-verify-ssl But this is not […]

Read More
6 Comments
  • Blog

AWS CLI: Install AWS CLI – Ubuntu Linux

Posted on September 27, 2020by admin

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 be much older than the latest one. In this note i will show how to install […]

Read More
No comments yet
  • Blog

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

Posted on September 24, 2020September 24, 2020by admin

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 lets you store and retrieve data via API over HTTPS using the AWS command-line interface (CLI). In this note i will show how […]

Read More
No comments yet

Online Tools

  • Base64 Decode
  • Base64 Encode

Tags

access-control anonymity ansible apache archive arduino artifactory bash boot cmd command-line curl dns docker encryption git gitlab helm java jenkins kubernetes linux macos mail mongodb mysql network openssl pdf php powershell prometheus python raspberry pi ssh sublime text systemd telegram telnet text-processing tor tsm windows wordpress yum
  • Telegram
  • Twitter
  • RSS
Privacy
Copyright © 2011-2022 | www.ShellHacks.com