Path to this page:
./
net/p5-Net-Amazon-S3,
Framework for accessing amazon.com via SOAP and XML/HTTP
Branch: CURRENT,
Version: 0.91,
Package name: p5-Net-Amazon-S3-0.91,
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)
SHA1: 3da3fcba146c648d2f45f605dd20a6a54c7af0f6
RMD160: 1b2f022b7229dcac84652c985e567a54001603b8
Filesize: 94.985 KB
Version history: (Expand)
- (2020-09-07) Updated to version: p5-Net-Amazon-S3-0.91
- (2020-09-01) Updated to version: p5-Net-Amazon-S3-0.89nb1
- (2020-04-21) Updated to version: p5-Net-Amazon-S3-0.89
- (2019-08-11) Updated to version: p5-Net-Amazon-S3-0.85nb1
- (2018-09-10) Updated to version: p5-Net-Amazon-S3-0.85
- (2018-08-22) Updated to version: p5-Net-Amazon-S3-0.84nb1
CVS history: (Expand)
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
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |  |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-11-03 12:45:59 by Roland Illig | Files touched by this commit (255) |
Log message:
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |  |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |  |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-29 08:22:29 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
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)
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-08-20 05:10:15 by Wen Heping | Files touched by this commit (2) |  |
Log message:
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)
|