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


App-Hachero documentation  | view source Contained in the App-Hachero distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  ---
  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

Top

fetchs logs from S3.

implemented hooks

* fetch

AUTHOR

Top

Nobuo Danjou <nobuo.danjou@gmail.com>

SEE ALSO

Top

App::Hachero

Net::Amazon::S3


App-Hachero documentation  | view source Contained in the App-Hachero distribution.