v3.2.4
This release includes the following changes:
- Some catched exceptions are no longer required. This cleans up the interface a bit, and removes unnecessary catches and throws statements in client code.
- Added a generic lazy loader that can be used by all paginated requests
- Made all requests that support pagination implement a specific paginating interface
- Updated the xml generation so that all xml streams are generated using
UTF-8
- Added retry logic for Put Objects that encounter recoverable errors