Skip to content

Releases: awslabs/aws-c-s3

v0.1.6

15 Feb 19:21
ab2120f
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release
  • Addressed the issue of downloading an empty file

Streaming Requests Bug Fix

15 Feb 16:54
977815f
Compare
Choose a tag to compare
Pre-release
  • Fix for issue where a canceled meta request could hold onto requests that are waiting to be streamed, preventing it from being cleaned up.

Various Improvements

12 Feb 21:59
f732c85
Compare
Choose a tag to compare
Various Improvements Pre-release
Pre-release
  • Refactoring meta request types to have a cleaner implementation/improve cancel functionality stability.
  • Added a mitigation for issue where global request limit was being hit, which was negatively impacting performance.

Test updates and tls failure crash fix

12 Feb 18:17
e7f3dfe
Compare
Choose a tag to compare
Pre-release
  • Fix a client creation crash when tls initialization fails
  • Mark a few more tls-using tests as net

Import symbol fix

11 Feb 18:49
e575343
Compare
Choose a tag to compare
Import symbol fix Pre-release
Pre-release
  • Correctly imports a missing symbol used in tests

Internal import preparation

11 Feb 18:13
436953a
Compare
Choose a tag to compare
Pre-release
  • marks a number of tests as network required

Initial Preview Release

15 Jan 18:37
b5343e1
Compare
Choose a tag to compare
Pre-release

Initial preview release of aws-c-s3, a C-based library for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances.