Amazon-S3

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

	* src/main/perl/t/01-api.t
	- create private bucket first, then delete public access block
	(list_all)
	- refactored
	- allow additional headers
	(get_acl)
	- refactored
	- allow additional headers
	(get_location_constraint): refactored
	(_create_multipart_upload_request): new

Tue Nov 28 17:42:44 2023  Rob Lauer  <rlauer6@comcast.net>

	[0.65]:
	* src/main/perl/lib/Amazon/S3.pm.in
	(signer)
	- get token from creds object always

Thu Jul 20 07:47:36 2023  Rob Lauer  <rlauer6@comcast.net>

	[0.64 - get_location_constraint() ]:
	* VERSION: bump
	* NEWS.md: updated
	* src/main/perl/lib/Amazon/S3/Bucket.pm.in
	(get_location_constraint): content already decoded

Mon Apr 17 08:07:13 2023  Rob Lauer  <rlauer6@comcast.net>

	[0.63 - pass -key to Crypt::CBC]:
	* src/mai/perl/lib/Amazon/S3.pm.in
	(_decrypt): pass encryption key as -key and -pass

Fri Apr 14 08:29:32 2023  Rob Lauer  <rlauer6@comcast.net>

	[0.62 - list_bucket, buckets]:
	* VERSION: bump
	* NEWS.md: updated
	* README.md: generated
	* src/main/perl/lib/Amazon/S3.pm.in
	- minor pod updates
	(buckets)
	- return if null or error, not _remember_errors()
	(list_bucket): likewise
	* src/main/perl/t/01-api: diag before bailing out
	* src/main/perl/t/04-list-buckets.t
	- added test for listing non-existent bucket
	* src/main/perl/lib/Amazon/S3/Bucket.pm.in
	- minor pod tweak, alphabetize methods

Wed Mar 29 08:12:48 2023  Rob Lauer  <rlauer6@comcast.net>

	[0.61 - delete_keys(), refactoring]:
	* s3-perl.pl
	- added ASCII table output, refactored
	* NEWS.md: updated
	* src/main/perl/lib/Amazon/S3.pm.in
	- some perlcritic refactoring
	- pod updates
	(list_bucket): use different markers for v1, v2
	(list_bucket_all)
	- throw $EVAL_ERROR "The server has stopped responding"
	(_make_request): light refactoring
	(_sendrequest): accept keep_root and pass to _xpc_of_content()
	(_xpc_of_content): NoAttr => $TRUE
	(_remember_errors): return false if no error
	* src/main/perl/lib/Amazon/S3/Bucket.pm.in
	- some perlcritic refactoring
	(add_key): check reftype properly
	(set_acl): send conten-length
	* src/main/perl/lib/Amazon/S3/Constants.pm.in
	- additional constants for refactoring
	- move subs from t/01-api.t to S3TestUtils.pm
	* src/main/perl/t/01-api.t: refactoring
	* src/main/perl/t/02-logger.t: likewise
	* src/main/perl/t/03-region.t: likewise
	* src/main/perl/t/04-list-buckets.t: likewise
	* src/main/perl/t/05-multipart-upload.t: likewise
	* src/main/perl/t/06-list-multipart-uploads.t: likewise
	* src/main/perl/test.localstack: converted to bash script
	* src/main/perl/S3TestUtils.pm: new
	* cpan/buildspec.yml: add above to distribution

Mon Mar 27 10:47:54 2023  Rob Lauer  <rlauer6@comcast.net>

	[0.61 - delete_keys()]:
	* VERSION: bump
	* NEWS.md: updated
	* README.md: generated
	* configure.ac: add check for make-cpan-dist.pl
	* cpan/Makefile.am: use automake var for above
	* src/main/perl/lib/Amazon/S3/.pm.in
	(_make_request): don't encode the query string twice
	(_send_request): precendence wrt regexp
	* src/main/perl/lib/Amazon/S3/Bucket.pm.in
	(delete_keys): new
	(_format_delete_keys): new
	* src/main/perl/lib/Amazon/S3/Constants.pm.in
	- new constants to support delete_keys() method
	* src/main/perl/lib/Makefile.am: stop make on error
	* src/main/perl/t/01-api.t: added tests for delete_keys()
	* src/main/perl/test.localstack: save logs

Fri Feb 10 07:47:22 2023  Rob Lauer  <rlauer6@comcast.net>>

	[0.60 - logging]:
	* VERSION: bump
	* NEWS.md: updated
	* bootstrap: support M.rr style versions
	* src/main/perl/lib/Amazon/S3.pm.in
	- removed all end of block indicators inserted by perltidy
	(new)
	- only consider 'debug' flag when internal logger used
	* src/main/perl/lib/Amazon/S3.pm.in
	(new): new
	* configure.ac
	- fix email addres
	- remove -Wall to prevent warning during configure
	* s3-perl.pl: new
	* src/main/perl/test.localstack: new
	* .gitignore: added some of the files created by `make cpan`



( run in 0.774 second using v1.01-cache-2.11-cpan-39bf76dae61 )