in reply to Re: Amazon S3 - which of Perl packages to use to access it
in thread Amazon S3 - which of Perl packages to use to access it

Do you mean that Paws is better than the packages which I mentioned? What is Paws advantage?
  • Comment on Re^2: Amazon S3 - which of Perl packages to use to access it

Replies are listed 'Best First'.
Re^3: Amazon S3 - which of Perl packages to use to access it
by salva (Canon) on Jan 30, 2017 at 13:37 UTC
    Paws supports the full AWS API, not just S3. It uses the metadata from (IIRC) the Python SDK, and most interfaces are generated programatically from there. So, it is not limited to whatever the author of the module needed to solve his particular problems.

    Besides that, it is actively maintained and the author is quite nice.

Re^3: Amazon S3 - which of Perl packages to use to access it
by soonix (Chancellor) on Jan 30, 2017 at 13:33 UTC
    From what I can gather as an "innocent bystander", the module has been updated recently (which means there is an active maintainer).
    Looking at the testers matrix, he might need help with MacOS