It is my pleasure to announce aws-s3 2.0.0
aws-s3 implements operations to manipulate objects in Amazons Simple Storage Service (S3). Operations include: get, put, delete, delete_multi and ls. The library also includes functions to get machine role and security token (credentials) through AWS Identity and Access Management service (IAM).
Chages for this release:
- The library has been split into two libraries:
-
aws-s3-async
for use with the Janestreets async for concurrency -
aws-s3-lwt
for use with lwt for concurrency
-
- The Api has changed slightly, most significantly
put
now returns the Md5 of the object uploaded - Improved error handling and retry logic
- Fix a but in
multi_delete
The complete list of changes can be found here[1]
aws-s3 is available though opam and from github[2]
/Anders
[1] https://raw.githubusercontent.com/andersfugmann/aws-s3/master/Changelog
[2] https://github.com/andersfugmann/aws-s3