Revision history for Perl extension Amazon-S3-Thin 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