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
|
Source: ruby-aws-sdk-s3
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 2.1~),
ruby-aws-sdk-core (>= 3.210~),
ruby-aws-sdk-kms,
ruby-aws-sigv4 (>= 1.6~)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-aws-sdk-s3/tree/master
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-aws-sdk-s3.git -b master
Homepage: https://github.com/aws/aws-sdk-ruby
Rules-Requires-Root: no
Package: ruby-aws-sdk-s3
Architecture: all
Depends: ${ruby:Depends},
${misc:Depends},
${shlibs:Depends}
Description: AWS SDK for Ruby - Amazon S3
aws-sdk-s3 is an official Amazon S3 AWS SDK for Ruby. It basically provides
Amazon Simple Storage Service (Amazon S3).
.
This gem is part of the AWS SDK for Ruby.
|