Skip to content

Releases: andersfugmann/aws-s3

4.8.1

14 Mar 20:31
Compare
Choose a tag to compare

CHANGES:

  • [x]: Forward compatibility with Lwt release 5.7/6.0
  • [x]: Fix bug causing a leak in filedescriptors (thanks @quernd)

4.8.0

04 Sep 20:06
Compare
Choose a tag to compare
  • 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

19 Apr 21:33
Compare
Choose a tag to compare
  • Add option confirm_requester_pays (thanks @barko)
  • Relax constraint on core (thanks @AndreasDahl)

4.6.0

06 Apr 22:27
Compare
Choose a tag to compare

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

04 Dec 20:46
Compare
Choose a tag to compare

Add connection_timeout_ms option to all calls

4.4.1

04 Dec 20:47
Compare
Choose a tag to compare

Aws-s3-async: Fix uncaught error if connection timed out.
Remove warnings when compiling with 4.08

4.4.0

04 Dec 20:47
Compare
Choose a tag to compare

Update to newest version of ppx_protocol_conv
Support for custom hosts in presigned URLs (@hcarty)

4.3.0

04 Dec 20:48
22a0e83
Compare
Choose a tag to compare

Require Base64 >= 3.1 [Adam Ringwood]
Add support for generating s3 presigned urls [Adam Ringwood]

4.2.0

04 Dec 20:48
Compare
Choose a tag to compare

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

04 Sep 20:00
Compare
Choose a tag to compare
  • Add start_after argument to ls
  • Extend cli to accept max_keys > 1000 and a start_after option for ls
  • Reduce linked libraries