Releases: soapiestwaffles/s3-nuke
Releases · soapiestwaffles/s3-nuke
v1.1.5
This release adds rate limit retrying when making API calls to AWS. Previously, when receiving a rate limit response from AWS, the application would exit with an error. #21
Thanks to @mikelorant for implementing this important fix.
Changelog
v1.1.4
What's Changed
- Upgrade dependencies by @mikelorant in #18
- Issue 19 by @soapiestwaffles in #20
New Contributors
- @mikelorant made their first contribution in #18
Full Changelog: v1.1.3...v1.1.4
Changelog
- aceb054 #13 fix deprecated use of ioutil in test
- 20f79a9 Upgrade dependencies
- 760f80e fix deprecated call of rand.Seed()
- 565ef04 fix issue if cloudwatch is unavailable
- 99e4b53 fix: deprecations for EndpointResolverWithOptions
- 8e1f225 if region not set, default to us-east-1
- 1c6db85 update Makefile build-all & add s3-nuke binary
- 179a224 update README.md
- cde2403 update actions golang version
- 331f597 update goreleaser, remove deprecations
- 65d8e27 update test to no longer use -v
v1.1.3
v1.1.2
This version fixes an issue where s3-nuke would occasionally stop with an error saying "queue count does not match actual deleted count." Also adds the --warn
parameter.
v1.1.1
s3-metrics:
- no longer requires
AWS_REGION
to bet set and works similar to s3-nuke now. - added version information via
--version
- added debugging output via
--debug
Full Changelog: v1.1.0...v1.1.1
Changelog
- 2823a20 s3-metrics: default region, version, and debug