The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Amazon-S3-Thin

0.31 2022-08-11T17:20:41Z

   - [bugfix] Fix a behavior of creating a session token with IMDSv2 (#41 @masawada++)

0.30 2020-08-28T11:53:24Z

   - [core] support extra credential providers

0.29 2020-05-08T11:20:28Z

   - [core] copy_object(): handle 200 error response and rewrite the status code to 500

0.28 2019-12-06T08:04:13Z

   - [bugfix] fix an incorrect signature calculation in delete_multiple_objects() (broken since version 0.20)

0.27 2019-12-04T13:35:48Z

   - [core] support virtual-hosted style request

0.26 2019-11-26T14:24:41Z

   - require Config::Tiny on test
   - fix some author tests
   - [feature] add generate_presigned_post()

0.25 2019-11-01T07:15:06Z
   - support aws_session_token

0.24 2019-06-05T07:33:37Z
   - documented on head_object()
   - copy_object() takes optional headers
   - fix typo in docs

0.23 2018-09-03T15:30:25Z
   - Add Config::Tiny in PREREQ_PM of Makefile.PL to pass test

0.22 2018-08-22T14:34:37Z
   - Add more test and docs

0.21 2018-08-20T16:28:02Z
   - Made buildtool Makefile.PL not executable.

0.20 2018-08-20T15:12:52Z
   - Features
   - [Environment] Abandon perl 5.8 (break B.C.)
   - [Signature v4] Make it work with signature v4. (use path style addressing for v4) (@showaltb)
   - [Signature v4] Add `region` option. It is required by default (break B.C.)  (@showaltb)
   - [Signature v4] Add `signature_version` option.  (@showaltb)
   - [Core] Remove `host` option (break B.C.)
   - [S3 api]Add API calls of `put_bucket` and `delete_bucket`
   - [Core] Suppresses uri encoding of the bucket key.  (@showaltb)
   - [Environment] make it work with Carton on travis
   - [Dev] Add `debug` option

   - Internal design
   - Add Credentials class to contain aws credentials
   - Add Resource class to express URI
   
0.16 2015-05-08T04:51:36Z
   - get_object() takes optinal headers

0.15 2015-04-26T06:44:48Z
   - add garu to contributors

0.14 2015-04-25T19:36:32Z

   - add delete_multiple_objects()

0.13 2015-04-25T11:12:57Z

   - documented on list_objects()

0.11 2015-04-24T13:17:21Z
   - refine document

0.10 2015-04-24T13:04:42Z

   - add head_object method
   - refine document

0.09 2015-03-02T13:11:39Z

   - rename Signer.pm -> SignerV2.pm

0.07 2015-03-01T15:49:47Z

   - separate Signer class

0.06 2015-03-01T08:37:56Z

    - elminate Class::Accessor::Fast

0.05 2015-02-28T16:53:23Z

    - move developer test into xt dir to pass travis-ci

0.04 2015-02-28T12:43:30Z

    - refine document

0.03 2015-02-28T10:44:08Z

    - refine document

0.02 2015-02-28T10:36:45Z

    - refine document

0.01 2015-02-28T08:47:14Z

    - original version