- Catch multipart upload errors.
- Fixed prefix handling for uploads (writes and updates).
- Added ETAG to response mapping.
- Allow metadata to be returned through the getMetadata method.
- Allow passing options to methods that don't accept options.
- Allow the
Tagging
meta option.
- Indicate this adapter can overwrite files.
- Now also detect mimetypes of streams.
- Uploading a remote stream no longer results in an unexpected exception.
- 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.