File: control

package info (click to toggle)
s4cmd 2.1.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 336 kB
  • sloc: python: 1,620; sh: 670; makefile: 20
file content (32 lines) | stat: -rw-r--r-- 1,208 bytes parent folder | download
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
28
29
30
31
32
Source: s4cmd
Maintainer: Sascha Steinbiss <satta@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 12),
               dh-python,
               bash-completion,
               help2man,
               python3-all,
               python3-boto3 (>= 1.3.1),
               python3-setuptools,
               python3-urllib3,
               python3-tz
Standards-Version: 4.4.0
Homepage: https://github.com/bloomreach/s4cmd
Vcs-Git: https://salsa.debian.org/debian/s4cmd.git
Vcs-Browser: https://salsa.debian.org/debian/s4cmd

Package: s4cmd
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-tz
Description: Super Amazon S3 command line tool
 The s4cmd tool provides a command line interface for interaction with
 Amazon's S3 cloud storage service. It is intended as an alternative to
 the existing s3cmd tool, enhancing performance and support for large
 files, and coming with a number of additional features and fixes.
 .
 s4cmd strives to be compatible with the most common usage scenarios for
 s3cmd. It does not offer exact drop-in compatibility, due to a number of
 corner cases where different behavior seems preferable, or for bugfixes.