v0.2.4
This release includes the following enhancements:
- New helper methods to speed up development when performing common operations
- Added support for passing the Job ID to Get Object and Put Object requests Note: this is now the recommended way when performing bulk operations
- Added support for performing a
HTTP HEAD
against a bucket to retrieve state about that bucket - Added support for specifying a byte range offset when performing a Get Object
- Made the
Objects
classIterable
to ease in writing code that needs to iterate over all the objects after performing the bulk prime command - The Network layer will now escape all parts of the url so that spaces will get encoded to
%20