Amazon-S3
view release on metacpan or search on metacpan
Mon Jun 10 08:33:31 2024 Rob Lauer <rlauer6@comcast.net>
[2.0.2]:
* src/main/perl/lib/Amazon/S3/Bucket.pm.in
- issue #16 - Small fix for error when retrieving keys
with charset spec in content-type
* src/main/perl/lib/Amazon/S3.pm.in
- issue #17 - Fixed a bug where encryption was impossible in special cases
* VERSION: bump
* README.md: version
Mon Jun 10 07:30:59 2024 Rob Lauer <rlauer6@comcast.net>
[0.66]:
* NEWS.md: updated
* .gitignore: *.log
* src/main/perl/run-test: new from test.localstack
* src/main/perl/S3TestUtils.pm
(set_s3_host): AMAZON_S3_SKIP_ACLS, not SKIP_PERMISSIONS
* src/main/perl/t/01-api.t
- likewise
(like_acl_allrusers_read):
- dump flag
* src/main/perl/t/04-list-buckets.t: whitespace
* src/main/perl/t/06-list-multipart-uploads.t
- ignore case on status header (LocalStack <> AWS)
Mon Apr 22 15:14:36 2024 Rob Lauer <rlauer6@comcast.net>
[2.0.1]:
* VERSION: 2.0.1
* NEWS.md: notes on version 2
* README.md: generated
* src/main/perl/lib/Amazon/S3/BucketV2.pm.in
- pod tweaks and additions
- whitespace
Tue Dec 26 07:58:33 2023 Rob Lauer <rlauer6@comcast.net>
[0.66]:
* README.md: generated
* src/main/perl/lib/Amazon/S3/Constants.pm.in
- + $HTTP_NO_CONTENT, $HTTP_PARTIAL_CONTENT
* src/main/perl/lib/Amazon/S3/Bucket.pm.in
(upload_part_of_multipart_upload): refactored, use create_api_uri()
(get_key_v2): new
(get_key): support list or hashref as args include uri_params
(_get_key): refactored
(get_key_filename): refactored, accept hash of args
* src/main/perl/lib/Amazon/S3.pm.in
- pod tweaks
- refactoring, use methods from Amazon::S3::Util
- some support for express one-zone
(use_express_one_zone): new
(add_bucket): refactored to use _add_bucket()
(_add_bucket): new
(list_directory_buckets): new
(list_object_versions): refactored using create_api_uri()
(signer): support for express one-zone
(_make_request)
- set Content-Length header
- only set content if we have data
* src/main/perl/lib/Amazon/S3/Util.pm.in
(create_query_string): refactored
(create_api_uri): new
* s3-perl.pl
( run in 0.876 second using v1.01-cache-2.11-cpan-6aa56a78535 )