The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Hachero::Plugin::Fetch::S3 - fetchs logs from S3

SYNOPSIS

---
global:
  work_path: /path/to/your/work_path
plugins:
  - module: Fetch::S3
    config:
      aws_access_key_id: my_aws_access_key_id
      aws_secret_access_key: my_aws_secret_access_key
      bucket: my_bucket
      prefix: access_log

DESCRIPTION

fetchs logs from S3.

implemented hooks

  • fetch

AUTHOR

Nobuo Danjou <nobuo.danjou@gmail.com>

SEE ALSO

App::Hachero

Net::Amazon::S3