Skip to content

Releases: s3tester/s3tester

Version 3.1.0

04 Mar 22:59
af777d0
Compare
Choose a tag to compare

Added

  • environment variable S3TESTER_PRINT_RESPONSE_HEADERS can be specified to print specific response header values when request fails
  • go.sum file
  • partsize and size options support suffixes such as MB and GiB
  • increment and suffix-naming options for adjusting key names

Changed

  • made naming scheme consistent for concurrent operations when duration option used
  • fixed some issues that could occur when interrupted by SIGINT
  • mixed-workload uses the bucket parameter value directly instead of appending "s3tester" suffix to the bucket name

Removed

  • ability of mixed-workload mode to create bucket
  • non-functional lockstep option

v3.0.0

30 Jul 21:08
141f733
Compare
Choose a tag to compare

CHANGELOG.md contains a summary of the changes

Version 2.1.0

07 Jun 17:41
c7b1750
Compare
Choose a tag to compare
Merge pull request #13 from crankbird/patch-1

Update copyright date range to include 2019

Improvements and duration option

01 Mar 18:31
Compare
Choose a tag to compare

New features to

  • support running a test for a specific duration
  • measure throughput in MB/s

Base release of s3tester

01 Mar 18:30
Compare
Choose a tag to compare
Create a separate transport/client per goroutine to avoid connection …

…reuse problems.  Fix some minor golint issues.