| App-Hachero documentation | view source | Contained in the App-Hachero distribution. |
App::Hachero::Plugin::Fetch::S3 - fetchs logs from S3
---
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
fetchs logs from S3.
Nobuo Danjou <nobuo.danjou@gmail.com>
| App-Hachero documentation | view source | Contained in the App-Hachero distribution. |