File: control

package info (click to toggle)
s3curl 20171008-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 84 kB
  • sloc: perl: 297; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (2)
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.