Skip to content

Commit

Permalink
Update to 0.98
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wen committed Sep 12, 2021
1 parent b1727c7 commit 63d91b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions net/p5-Net-Amazon-S3/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.36 2021/05/24 19:53:25 wiz Exp $
# $NetBSD: Makefile,v 1.37 2021/09/12 09:30:28 wen Exp $

DISTNAME= Net-Amazon-S3-0.91
DISTNAME= Net-Amazon-S3-0.98
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}

Expand Down
10 changes: 5 additions & 5 deletions net/p5-Net-Amazon-S3/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.14 2020/09/07 12:17:33 wiz Exp $
$NetBSD: distinfo,v 1.15 2021/09/12 09:30:28 wen Exp $

SHA1 (Net-Amazon-S3-0.91.tar.gz) = 3da3fcba146c648d2f45f605dd20a6a54c7af0f6
RMD160 (Net-Amazon-S3-0.91.tar.gz) = 1b2f022b7229dcac84652c985e567a54001603b8
SHA512 (Net-Amazon-S3-0.91.tar.gz) = 5f40476b1771eb74234cf1f2205047866ced7a693318696464c53e310ea06b04b5783613417c6f221333df6502a55fdb1ae0a02b2c3145daa00ecd247428f1d3
Size (Net-Amazon-S3-0.91.tar.gz) = 97265 bytes
SHA1 (Net-Amazon-S3-0.98.tar.gz) = 4c205fa0e33452c18ddbe1e2e10770b3d05f4c4e
RMD160 (Net-Amazon-S3-0.98.tar.gz) = 37e713a9cb77b552d46bd5c04bc4d88a352214ec
SHA512 (Net-Amazon-S3-0.98.tar.gz) = fa7b4848d4d6a16243a092e78b6b4cde876cb2945e5d261fff0f54e6d66e57995fc527b9cebcc78c7e590051290d48ef36f1405eedfb3073fd5754c7a396604a
Size (Net-Amazon-S3-0.98.tar.gz) = 131669 bytes

0 comments on commit 63d91b4

Please sign in to comment.