1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: apt-transport-s3
Section: admin
Priority: optional
Maintainer: Marcin Kulisz <debian@kulisz.net>
Uploaders: David Watson <dwatson@debian.org>
Build-Depends: python3,
debhelper-compat (= 12),
dh-python
Standards-Version: 4.4.0
Homepage: https://github.com/MayaraCloud/apt-transport-s3
Vcs-Git: https://github.com/MayaraCloud/apt-transport-s3.git
Vcs-Browser: https://github.com/MayaraCloud/apt-transport-s3/tree/debian/sid
Package: apt-transport-s3
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
apt,
python3,
python3-configobj
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
|