Skip to content

cezkuj/bzt-s3-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bzt-s3-reader

Taurus plugin to load files from s3

Installation

git clone https://github.com/cezkuj/bzt-s3-reader.git
cd bzts3reader/
pip install .

Example of configuration file

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

Configuration

bucket and file settings are required, AWS credentials will be read directly by boto3

AWS Authentication

Plugin uses boto3 as its depenedency and AWS credentials need to be configured according to their docs

About

bzt-s3-reader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages