- Added ``boto3.exceptions.S3UploadFailedError`` to list of exceptions to retry a file upload
0.8.0
--------------------
Added ^^^^^
- Added more robust logic for retrying interrupted put_item calls in the S3StorageBroker thanks to Adam Carrgilson. Code now retries when encountering ``botocore.errorfactory.NoSuchUpload`` and ``botocore.exceptions.EndpointConnectionError.
0.7.0
--------------------
Added ^^^^^
- Added support for dataset annotations
0.6.0
--------------------
Added ^^^^^
- Added debug logging - Added optimisation to improve speed when copying data from S3 object storage
0.5.0
--------------------
Changed ^^^^^^^
- Cache environment variable changed from DTOOL_S3_CACHE_DIRECTORY to DTOOL_CACHE_DIRECTORY - Default cache directory changed from ``~/.cache/dtool/s3`` to ``~/.cache/dtool``
0.4.1
--------------------
Fixed ^^^^^
- Fixed defect where multipart upload files did not have the md5sum in the manifest