1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Source: s3curl
Section: net
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 4.1.3
Homepage: https://aws.amazon.com/code/amazon-s3-authentication-tool-for-curl/
Vcs-Git: https://salsa.debian.org/debian/s3curl.git
Vcs-Browser: https://salsa.debian.org/debian/s3curl
Package: s3curl
Architecture: all
Depends: curl, libdigest-hmac-perl, libdigest-md5-file-perl, libfindbin-libs-perl, libgetopt-long-descriptive-perl
Description: Easily interact with AWS S3 HTTP services
Calculates the proper signature to interact with AWS S3 HTTP
services, then calls cURL with the appropriate arguments.
|