Releases: mitre/aws-s3-baseline
Releases · mitre/aws-s3-baseline
v2.0.0
v2.0.0
- Updated the profile and its supporting libraries to allow for more customization.
- Fixed the cross-region issue with the aws api and will not throw errors when your AWS REGION is not set correctly - PLEASE DO still set your region correctly regardless :)
- Added a benchmarking suite to the s3 bucket objects function so you can test 'in your area' as to what batch size and other variables work best for you. ( Run
rake test
andrake -T
for more info)
What's Changed
- working to improving pool handling and error handling by @aaronlippold in #13
Full Changelog: v1.5.2...v2.0.0
v1.5.2
Updates to Info and Debug Logging, Updates to unit tests and README
- Added specific logging which only runs in the 'debug' loglevel
- updated readme to be more clear about gem installations
- Updated the nameing of the testing suite on GH Actions
- Bumped the profile version
v1.5.1
- removed gem deps
Full Changelog: v1.5.0...1.5.1
v1.5.0
- removed profile gem deps for now
v1.4.1
- fixed small typo in
inspec.yml
Full Changelog: v1.4.0...v1.4.1
v1.4.0
v1.3.0
added the single_bucket input and updated the README Signed-off-by: GitHub <[email protected]>