Skip to content

v0.5

Compare
Choose a tag to compare
@mulbc mulbc released this 19 Dec 12:31
· 4 commits to master since this release

Changelog

  • 51256d7 Added the ability to read json formated config files. JSON config file can be done in a more compressed format, which makes working with large test files easier. Provided an example json config file.
  • 4f7664c Change type to V2
  • bd82571 Create LICENSE
  • d9e82dc Merge pull request #12 from bugfix4u/master
  • cb10d04 Merge pull request #20 from microyahoo/test2
  • 861d81c Merge pull request #21 from microyahoo/test3
  • 1fde151 Merge pull request #22 from microyahoo/test4
  • f9cfffd Merge pull request #24 from microyahoo/fix_divide
  • fb921ec Performance drop when object size is large
  • 0ac6e00 Remove Whitespace, fix EOF
  • a144d9d Update imports
  • 39a84bd Update monitoring.yaml
  • 9c8670e Use ListObjectsV2Pages instead of loop
  • a3696a1 bump go version from 1.12 to 1.20
  • 40f8f78 change ioutil to os
  • 927e894 fix: integer divide by zero
  • dcdaebb fix: potential nil pointer
  • 3ea7679 fix: unmarshal duration
  • eed0faa refactor: update config file and make test
  • cf8a589 use channel to notify work done
  • 80d7bc8 use pointer receiver
  • 92c240b worker: fix s3 listobjects when truncated