- Responses are now streamed instead of downloaded fully.
- [::has] A regression introduced in 1.0.10 is addressed.
- [::has] The
has
method now also respects implicit directories.
- [#49] Large listings only returned the last page of the listing.
- Non-recursive listings now retrieve a shallow listing for better performance.
- The
copy
operation nowurlencode
's theCopySource
to allow characters like+
.
- The
has
operation now respects path prefix, bug introduced in 1.0.5.
has
calls now usedoesObjectExist
rather than retrieving metadata.
- Fixed delete return value.
- Use an iterator for contents listing to break through the 1000 objects limit.
- Exception due to misconfiguration no longer causes a fatal error but are properly rethrown.
- Stable release depending in the first v3 release of the AWS SDK.