Taurus plugin to load files from s3
git clone https://github.com/cezkuj/bzt-s3-reader.git
cd bzts3reader/
pip install .
execution:
- executor: encarno
concurrency: 5
hold-for: 2m
ramp-up: 1m
throughput: 5
scenario: simplest
scenarios:
simplest:
default-address: https://example.com
requests: my_file.txt
services:
- module: s3reader
modules:
s3reader:
#required
bucket: my-bucket
#required
file: my_file.txt
bucket and file settings are required, AWS credentials will be read directly by boto3
Plugin uses boto3 as its depenedency and AWS credentials need to be configured according to their docs