The NetBSD Project

CVS log for pkgsrc/net/p5-Net-Amazon-S3/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / p5-Net-Amazon-S3

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Mar 20 09:32:03 2022 UTC (2 years, 8 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, HEAD
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
Update to 0.99

Upstream changes:
0.99
        - Client API doesn't check corrupted download anymore (using ETag == MD5)
        - fix broken Client::Object->head method (#112) (thanks Mortivor and  fkoyer)
        - Support ranged download (#113) (thanks fkoyer)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Oct 26 11:06:17 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines

net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:42:07 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -2 lines
net: Remove SHA1 hashes for distfiles

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Sep 12 09:30:28 2021 UTC (3 years, 3 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -5 lines
Update to 0.98

Upstream changes:
0.98 2021-03-22
        - document how to use buckets with dots, Signature V4, and HTTPS together
        - fix Net::Amazon::S3::Client::Object::exists (#94)
        - improve compatibility with DigitalOcean Spaces (#95)

0.97 2020-10-09
        - presigned object access uri supports also PUT/DELETE methods (#89)

0.96 2020-10-07
        - Signature V4 didn't work properly for services on non-standard port (issue #88)

0.95 2020-10-06
        - bugfix release, with new test coverage
        - small cleanups

0.94 2020-09-27
        - fix undefined method call in still untested methods (thanks Russell Jenkins)

0.93 2020-09-27
        - fix syntax failures on perl < v5.22 (thanks cpantesters)

0.92 2020-09-26
        - misc cleanups, more tests
        - Net::Amazon::S3::Client now can be constructed with same arguments as Net::Amazon::S3
        - Support explicit ACL in bucket/object/upload creation
        - Support set_acl on Client::Bucket / Client::Object (issue #83)
        - Add support for bucket/object tagging (issue #44)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Sep 7 12:17:33 2020 UTC (4 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -5 lines
p5-Net-Amazon-S3: update to 0.91.

0.91 2020-08-19 23:25 +0
	- fix regressions introduced by 0.90
	  - undeclared dependency
	  - broken usage of hashref argument in N:A:S3 construction

0.90 2020-08-18 16:00 +0
    - Support intelligent_tiering, glacier, and deep_archive storage classes
	  (thanks Sherwin Daganato)
	- Object availability predicate (thanks Emanuele Tomasi)
	- fix default region handling (#77, #78, #80)
    - new authentication context architecture
	  See Net::Amazon::S3::Authorization::IAM for future incompatiblity warning

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Apr 21 11:08:53 2020 UTC (4 years, 7 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -5 lines
(net/p5-Net-Amazon-S3) Updated 0.85 to 0.89

0.89 Tue 11 Feb 2020 20:26:26
    - fix signature v4 test (Ali Zia)

0.88 Sat  1 Feb 2020 21:29:52
    - Allow passing headers from client to InitiateMultipartUpload request (Ali Zia)
    - sign uri with iam role (kuriyama)
    - Canned ACLs updated (ratsbane)

0.87 Mon  9 Dec 2019 19:53:42 GMT
    - Time::Piece fix from Eden Crane
    - eu-north-1 region (happy-barney)
    - drop hardcoded V2 in ListAllMyBuckets (happy-barney)
    - Fix setting of S3 XML document namespace (michal-josef-spacek)

0.86 Fri 12 Apr 2019 13:38:10 BST
    - Retry bucket HEAD few times see #51 (thanks Branislav Zahradnk)
    - Support server side encryption also in Net::Amazon::S3::Bucket (thanks Branislav Zahradnk)
    - Use session token if specified in Signature V4 as well #43 (thanks Branislav Zahradnk)
    - Add website_redirect_location (thanks Gavin Carr)
    - Make keep_alive cache size configurable (thanks Michael Schout)
    - Pod::Weaver fixes (thanks Florian Schlichting)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Aug 29 06:22:29 2018 UTC (6 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5 lines
p5-Net-Amazon-S3: update to 0.85.

Add missing {TEST_,}DEPENDS.

0.85 Tue 28 Aug 2018 20:14:38 BST
     - Support standard_ia and onezone_ia storage classes (thanks Michele Beltrame)
     - run 'use_ok' on all modules (thanks Yanick Champoux)
     - spellings (thanks Gregor Herrmann)
     - LOTS of cleanup and refactoring (thanks Branislav Zahradník)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 20 03:10:15 2018 UTC (6 years, 3 months ago) by wen
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -5 lines
Update to 0.84
Add missing DEPENDS

Upstream changes:
0.84 Mon 16 Jul 2018 17:49:10 BST
     - Put back credential cache code lost in Signature 4 patch (Branislav Zahradník)

0.83 Tue 10 Jul 2018 22:30:23 BST
     - All patches by Branislav Zahradník
     - Use Signature 4 by default only for amazonaws host (issue #29)
     - Relaxing constraint on owner id, accepting any string (issue #18)
     - Enable secure by default (issue #23)
     - Sanity object uris to avoid invalid signature (issue #28)

0.82 Sat  7 Jul 2018 14:28:06 BST
     - Use HEAD request to determine bucket region (patch by Branislav Zahradník)

0.81 Thu 28 Jun 2018 20:27:44 GMT (TRIAL RELEASE)
     - Restore CHANGES files format
     - Change path to new github repo
     - Add optional delimiter parameter to
       Net::Amazon::S3::Client::Bucket->list (patch by Christian
       Lackas)
     - Add expected and received ETag value if upload is detected as
       being incorrect.
     - Add support for all location constraints when creating buckets
     - making DateTime coercion optional for last_modified (something that
       might happen million of times without ever been used, in a rather
       expensive operation) (patch by Christian Lackas)
     - avoiding MD5 calculation of large files (chunked uploads) that
       are then never used (patch by Christian Lackas)
     - add ability to set use_virtual_host to use virtual host method
       of making requests which eliminate having to set the region
       endpoint of a bucket. (patch by Christian Lackas)
     - Add V4 support (patch by Branislav Zahradník)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Mar 6 15:45:44 2016 UTC (8 years, 9 months ago) by bsiegert
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -5 lines
Update Net::Amazon::S3 to 0.80.

 -  avoid 409 Conflict when running 01api.t
 -  use README.md for tests
 -  The non-arrayref forms of enum and duck_type have been deprecated
 -  Fix some warnings about line endings from perl critic, add a missing
    abstract to DeleteMultipleObjects.
 -  Merge fix for calculate of etags.
 -  Merge multipart upload aborting change.
 -  Fixed for enums in recent versions of Moose.
 -  Moose 2.1100 deprecates the non-arrayref form of enum.
 -  Fixed the bug with listing multipart uploaded files
 -  Added a test case demonstrating how listing a bucket fails when
    trying to list a multipart-uploaded file
 -  Added support for cache-control header
 -  Add documentation for server-side encryption
 -  Support server side encryption
 -  adding support for multipart upload aborting
 -  Allow 'value' property to be ScalarRef
 -  fix synopsis for s3cl sync_up

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Nov 4 00:35:19 2015 UTC (9 years, 1 month ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Add SHA512 digests for distfiles for net category

Problems found with existing digests:
	Package haproxy distfile haproxy-1.5.14.tar.gz
	159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package bsddip: missing distfile bsddip-1.02.tar.Z
	Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
	Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
	Package djbdns: missing distfile djbdns-cachestats.patch
	Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
	Package gated: missing distfile gated-3-5-11.tar.gz
	Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
	Package poink: missing distfile poink-1.6.tar.gz
	Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
	Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
	Package waste: missing distfile waste-source.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Feb 20 14:26:18 2015 UTC (9 years, 9 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
(pkgsrc)
  - Add LICENSE as ${PERL5_LICENSE}
  - Convert DEPENDS+=  from p5-MooseX-Types-DateTimeX
                       to   p5-MooseX-Types-DateTime
  - Add  REPLACE_PERL=  bin/s3cl
  - Add target post-install: to avoid (remove)
    nonexecutable *.pm set permisson x

(upstream)
  - Update 0.54 to 0.60
-------------------
0.60 Sun May 11 23:41:12 BST 2014
0.60 Sun May 11 23:36:38 BST 2013
    - Moose enum fixes (patch by Tom Hukins)
    - Support for reduced redundancy (patch by Aaron Crane)
    - README file name fix (patch by Jay Hannah)
    - Fixed s3cl synopsis for sync_up (patch by perlpong)

0.59 Sat Mar 17 09:36:38 GMT 2013
    - Added support for security token authentication (patch by Miquel Ruiz)

0.58 Wed Nov 28 16:22:42 GMT 2012
    - Added support for multi-part upload and multiple objects deletion (patch
      by Robert B. Clarke)

0.57 Sun Sep 16 22:38:38 BST 2012
    - Added support for Content-disposition (initial patch by Michele Beltrame)
    - Added sync_up option to s3cl (patch by Leo Lapworth)
    - Dist::Zilla tidying

0.56 Sun Dec 18 22:22:32 GMT 2011
    - Spelling error (RT #69817, patch from Fabrizio Regalli)
    - Added use_ok tests (RT #72856, suggested by Gregor Herrmann)
    - Added missing use URI::Escape (RT #72857, patch from Gregor Herrmann)
    - Bumped dependency on MooseX::StrictConstructor to 0.16 (RT #73229,
      suggested by Andrew Main)
    - Enforce dependency versions (RT #73193, suggested by Andrew Main)

0.55 Sat Dec 10 00:55:29 GMT 2011
    - Replaced dependency on MooseX::Types::DateTimeX with
      MooseX::Types::DateTime::MoreCoercions (RT #72472).

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Oct 17 10:32:54 2011 UTC (13 years, 2 months ago) by hiramatsu
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
Update p5-Net-Amazon-S3 to 0.54.

Changes from previous:
0.54 Sat Mar 21 21:23:32 BST 2011
    - Fix for a naked qw() warning (patch by David Wheeler)
    - Fixed path issues (patch by Pavel Karoukin)
      *WARNING* THIS MIGHT BREAK EXISTING APPS *WARNING*
    - Author and development information changes

0.53 Tue Mar 30 15:24:19 BST 2010
    - fix authenticated urls to work with EU buckets (patch by Edmund
      von der Burg)
    - tiny POD fix (patch by Frank Wiegand)
    - add an exists method to Net::Amazon::S3::Client (suggested by
      David Golden)
    - fix max_keys when listing buckets (spotted by Andrew Bryan)
    - add content_encoding to Net::Amazon::S3::Object (suggested
      by Egor Korablev)
    - update s3cl: You need to use the module before you use it,
      added the mkbucket command, now you can run the help without
      your AWS secret key, add docs about the env variables you need
      to run s3cl (patches by Jesse Vincent)

0.52 Thu Jul  2 09:17:11 BST 2009
    - increase version prerequisites for some modules so that they
      are known to work

0.51 Tue May 19 08:31:59 BST 2009
    - use MooseX::Types::DateTimeX so that we work with latest Moose
      (noticed by Ted Zlatanov)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 22 15:10:44 2009 UTC (15 years, 9 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
Update from version 0.48 to 0.50.

Pkgsrc changes:
 o Add new required dependencies

Upstream changes:

0.50 Wed Jan 21 10:42:00 GMT 2009
    - add support for an expires header when putting an object to
      Net::Amazon::S3::Client::Object
    - make all the classes immutable
    - add query_string_authentication_uri() to
      Net::Amazon::S3::Client::Object, suggested by Meng Wong

0.49 Tue Jan 13 09:04:42 GMT 2009
    - add support for listing a bucket with a prefix to
      Net::Amazon::S3::Client::Bucket

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 11 14:20:40 2009 UTC (15 years, 11 months ago) by he
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Update from version 0.45 to 0.48.

Pkgsrc changes:
 o Adjust dependencies according to new requirements

Upstream changes:

0.48 Thu Dec  4 09:24:23 GMT 2008
    - be slightly less strict about bucket names: they can contain uppercase
      letters, Amazon just doesn't recommend it (noticed by Simon Elliott,
      fixes Brackup)

0.47 Tue Dec  2 08:03:39 GMT 2008
    - fix listing with a prefix (spotted by Nobuo Danjou)

0.46 Mon Nov 24 08:53:18 GMT 2008
    - refactor request creation into Net::Amazon::S3::Request
      and many subclasses
    - move to Moose
    - add Net::Amazon::S3::Client and subclasses

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 18 06:24:54 2008 UTC (16 years ago) by he
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Updated from version 0.44nb1 to 0.45.

Pkgsrc changes:
 o Remove dependency on p5-DateTime-Format-Strptime
 o Ensure IO::File is new enough by adding dependency

Upstream changes:

0.45 Wed Aug 20 17:06:49 BST 2008
    - make add_key, head_key etc. return all the headers, not
      just the X-Amazon ones (patch by Andrew Hanenkamp)
    - require IO::File 1.14 (noticed by tsw)
    - remove DateTime::Format::Strptime prerequisite as it was not
      being used (noticed by Yen-Ming Lee)
    - do not try and parse non-XML errors (patch by lostlogic)
    - make it possible to store and delete the key "0"
      (patch by Joey Hess)
    - make it possible to store empty files (patch by BDOLAN)
    - add Copy support (patch by BDOLAN)
    - add s3cl for command-line access (patch by Leo Lapworth)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Aug 17 12:29:15 2008 UTC (16 years, 4 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
Update from version 0.43 to 0.44.  Changes:

0.44 Thu Mar 27 08:35:59 GMT 2008
    - fix bug with storing files consisting of "0" (thanks to
      Martin Atkins)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jun 21 22:33:34 2008 UTC (16 years, 5 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Update from version 0.37 to version 0.44.

Added new dependencies.

Changes:

0.44 Thu Mar 27 08:35:59 GMT 2008
    - fix bug with storing files consisting of "0" (thanks to
      Martin Atkins)

0.43 Sat Mar  1 10:55:54 GMT 2008
     - add binmode() to support Windows (thanks to Gabriel Weinberg)

0.42 Thu Feb 28 06:39:59 GMT 2008
     - add exponential backoff upon temporary errors with the new
       retry option

0.41 Fri Nov 30 10:42:26 GMT 2007
     - fix the expensive tests (patch by BDOLAN)
     - added support for EU buckets (patch by BDOLAN)

0.40 Tue Oct 30 11:40:42 GMT 2007
     - fix for content length with empty keys by Mark A. Hershberger
     - get_key and get_key_filename now return content_length
     - rewrote synopsis
     - added support for common prefix (thanks to Andy Grundman)

0.39 Sun Aug 19 14:47:01 BST 2007
     - add add_key_filename and get_key_filename which send files
       directly from disk - good for large files (Jim Blomo)
     - support UTF8 keys (Jim Blomo)
     - switch back from Build.PL to Makefile.PL

0.38 Sun Mar  4 16:43:28 GMT 2007
     - use http_proxy and https_proxy environment variables for proxy
       settings (Ask Bjoern Hansen)
     - don't add the Authorization header if one is already specified
       when making a request - good for allowing caching to resources
       that are public. (Ask Bjoern Hansen)

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Jan 9 17:09:54 2007 UTC (17 years, 11 months ago) by tv
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Perl module Net::Amazon::S3 0.37, an object-based interface to the Amazon S3
distributed storage facility.  DESCR:

=====

This module provides a Perlish interface to Amazon S3. From the
developer blurb: "Amazon S3 is storage for the Internet. It is designed
to make web-scale computing easier for developers. Amazon S3 provides a
simple web services interface that can be used to store and retrieve any
amount of data, at any time, from anywhere on the web. It gives any
developer access to the same highly scalable, reliable, fast,
inexpensive data storage infrastructure that Amazon uses to run its own
global network of web sites. The service aims to maximize benefits of
scale and to pass those benefits on to developers".

To find out more about S3, please visit: http://s3.amazonaws.com/

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 9 17:09:54 2007 UTC (17 years, 11 months ago) by tv
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>