How to Install apt-transport-s3 in Ubuntu 18.04



Install apt-transport-s3 by entering the following commands in the terminal:

sudo apt update
sudo apt install apt-transport-s3

Description:

APT transport for privately held AWS S3 repositories

This package contains the APT AWS S3 transport. It makes possible to fetch files from repositories privately held on AWS S3. . To start using S3 based repo it's enough to have IAM role on the server and to add line similar to the below to apt sources.list (more information in 'man apt-transport-s3'): deb s3://s3.amazonaws.com/BUCKETNAME wheezy main

Homepage: https://github.com/BashtonLtd/apt-transport-s3

Version: 1.3.0-1

Section: universe/admin