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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: jets3t
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Section: java
Priority: optional
Build-Depends: ant,
debhelper-compat (= 13),
default-jdk,
javahelper,
junit,
libaxis-java,
libcommons-codec-java,
libcommons-httpclient-java,
libcommons-logging-java,
libjava-xmlbuilder-java,
libservlet-api-java,
maven-repo-helper,
perl
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/jets3t.git
Vcs-Browser: https://salsa.debian.org/java-team/jets3t
Homepage: https://jets3t.s3.amazonaws.com/index.html
Package: jets3t
Architecture: all
Section: net
Depends: default-jre | java5-runtime,
libcommons-codec-java,
libcommons-httpclient-java,
libcommons-logging-java,
libjets3t-java (= ${binary:Version}),
liblog4j1.2-java,
${misc:Depends}
Recommends: libbcprov-java
Description: graphical and command-line tools for Amazon S3 and CloudFront
The JetS3t toolkit provides several applications for interacting and managing
data stored in Amazon Simple Storage Service and Amazon CloudFront content
delivery network. Features:
- jets3t-cockpitlite: A graphical application that Service Providers with S3
accounts may provide to clients or customers without S3 accounts.
jets3t-cockpitlite allows users to manage the content of an S3 account to
upload files, download files, delete S3 objects and make objects publicly
accessible. All these operations are mediated by a Gatekeeper service.
- jets3t-cockpit: graphical application for transferring files, viewing and
managing the contents of an Amazon S3 account.
- jets3t-synchronize: A command-line application for synchronizing
directories on your computer with an Amazon S3 account. Ideal for
performing back-ups or synchronizing files between different computers.
- jets3t-uploader: A graphical application that Service Providers with S3
accounts may provide to clients or customers without S3 accounts.
jets3t-uploader allows users to upload files to S3 using a simple
wizard-based workflow, but all uploads must first be authorized by a
Gatekeeper service
- gatekeeper: A servlet that acts as an authorization service running on a
Service Provider's server to mediate access to S3 accounts.
It processes requests from client applications such as JetS3t Uploader &
CockpitLite, and authorizes the client application to perform operations
such as uploads, downloads and deletes.
Package: libjets3t-java
Architecture: all
Depends: libaxis-java,
libcommons-codec-java,
libcommons-httpclient-java,
libcommons-logging-java,
libjava-xmlbuilder-java,
${misc:Depends}
Recommends: libbcprov-java
Description: Java interface to Amazon S3 and CloudFront services
The JetS3t toolkit provides Java programmers with an API for interacting and
managing data stored in Amazon Simple Storage Service and Amazon CloudFront
content delivery network.
|