Source: apt-transport-s3
Section: admin
Priority: optional
Maintainer: Debian Cloud Team <team+cloud@tracker.debian.org>
Uploaders: Marcin Kulisz <debian@kulisz.net>,
           David Watson <dwatson@debian.org>
Build-Depends: python3,
               debhelper-compat (= 13),
               dh-python
Standards-Version: 4.6.1
Homepage: https://github.com/MayaraCloud/apt-transport-s3
Vcs-Git: https://salsa.debian.org/cloud-team/apt-transport-s3.git
Vcs-Browser: https://salsa.debian.org/cloud-team/apt-transport-s3/tree/debian/sid
Rules-Requires-Root: no

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
