Path to this page:
./
net/p5-Net-Amazon-S3,
Framework for accessing amazon.com via SOAP and XML/HTTP
Branch: CURRENT,
Version: 0.99nb3,
Package name: p5-Net-Amazon-S3-0.99nb3,
Maintainer: pkgsrc-usersThis 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/
Required to run:[
textproc/p5-Regexp-Common] [
textproc/p5-XML-LibXML] [
www/p5-URI] [
www/p5-libwww] [
lang/perl5] [
security/p5-Digest-HMAC] [
time/p5-DateTime-Format-ISO8601] [
security/p5-Digest-MD5-File] [
www/p5-LWP-UserAgent-Determined] [
devel/p5-Moose] [
devel/p5-Sub-Override] [
devel/p5-MooseX-StrictConstructor] [
net/p5-Data-Stream-Bulk] [
time/p5-MooseX-Types-DateTime] [
time/p5-DateTime-Format-HTTP] [
devel/p5-MooseX-Role-Parameterized] [
time/p5-MooseX-Types-DateTime-MoreCoercions]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 129.938 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Net-Amazon-S3-0.99nb3
- (2023-07-06) Updated to version: p5-Net-Amazon-S3-0.99nb2
- (2022-06-28) Updated to version: p5-Net-Amazon-S3-0.99nb1
- (2022-03-20) Updated to version: p5-Net-Amazon-S3-0.99
- (2021-09-12) Updated to version: p5-Net-Amazon-S3-0.98
- (2021-05-25) Updated to version: p5-Net-Amazon-S3-0.91nb1
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-03-20 10:32:03 by Wen Heping | Files touched by this commit (2) |
Log message:
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)
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
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
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2021-09-12 11:30:28 by Wen Heping | Files touched by this commit (2) |
Log message:
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)
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-09-07 14:17:33 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
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
|