Releases: andersfugmann/aws-s3
Releases · andersfugmann/aws-s3
4.8.1
4.8.0
- Add short lived credentials tokens through X-Amz-Security-Token http header (Thanks @anuragsoni)
- Update dependencies on yojson (Thanks @Leonidas-from-XIV)
4.7.0
- Add option
confirm_requester_pays
(thanks @barko) - Relax constraint on core (thanks @AndreasDahl)
4.6.0
4.6.0: Released 2022-04.06
- Added Backblaze vendor region (thanks @roddyyaga)
- Use xmlm instead of xml_light
- Fix compilation warning on 4.12.0
- Update dependencies to latest version of core and cmdliner
- Add option to add user-supplied headers on object put (thanks @AndreasDahl)
- Adding support to specify minio address for cli
- Enable CI tests against minio-server
- Extend head request to return user defined metadata headers
4.5.0
Add connection_timeout_ms option to all calls
4.4.1
Aws-s3-async: Fix uncaught error if connection timed out.
Remove warnings when compiling with 4.08
4.4.0
4.3.0
Require Base64 >= 3.1 [Adam Ringwood]
Add support for generating s3 presigned urls [Adam Ringwood]
4.2.0
Update opam files to opam 2.0
Depend on digestif 0.7 [hcarty]
Add support for 3rd party s3 compatible providers [hcarty]
Support ocaml-tls [hcarty]
4.1.0
- Add start_after argument to ls
- Extend cli to accept max_keys > 1000 and a start_after option for ls
- Reduce linked libraries