Skip to content

Releases: awslabs/aws-c-s3

Error Level Log for retry

06 Jul 20:20
d48c693

Choose a tag to compare

Pre-release
  • The Error causing retry is hidden. Log the reason will help us to identify the error.
  • TODO: We need to add the error to the error message of exceeding max number of retries.

Multiple Bucket Support, Compute-MD5 defaults to off, Cancel Bug Fix

25 Jun 22:48
c16f10d

Choose a tag to compare

  • Adding multiple bucket support.
  • Defaulting compute-MD5 to off.
  • BUG_FIX: Fixing cancelling bug during request preparation. After a meta-request has been canceled, individual requests that have been queued to be prepared (ie: reading data from input streams, signing, etc.), and that are not marked "always send", will fail instead of being needlessly prepared.

Support MD5 header

22 Jun 21:12
723b386

Choose a tag to compare

Support MD5 header Pre-release
Pre-release
  • Content-md5 header support
  • Error handling improvement

Fixing compilation warning

01 Jun 22:51
bd1f691

Choose a tag to compare

Pre-release
  • Fixing compilation warning reported by C++ SDK.

Support for Range-Get Requests

01 Jun 19:43
ed7a5ac

Choose a tag to compare

Pre-release
  • Added support for creating Meta Requests from HTTP messages containing a "range" header. Note: For these range requests, the range_start argument received by the body_callback will begin at the range-start of the header.

BYO Crypto Fix

18 May 21:41
8a149ee

Choose a tag to compare

BYO Crypto Fix Pre-release
Pre-release
  • Fix for BYO Crypto Builds. When building with BYO_CRYPTO, clients that have TLS enabled must now supply TLS Connection Options via the client config.

Fixing sending of abort-multipart-upload message

16 Apr 20:47
cab7afd

Choose a tag to compare

Fixing abort-multipart-upload message not being sent during a canceled or failed multipart upload.

Fixing Signing Bug

13 Apr 17:53
2159aa8

Choose a tag to compare

Fixing Signing Bug Pre-release
Pre-release

Turning off path normalization for default signing config as this can cause a signing mismatch with the service.

Fixing bug that could cause a slow-down/hang

13 Apr 15:59
e0ad63b

Choose a tag to compare

Fixing bug with prepared request counter that could cause a slow-down or hang.

Changes for Custom Headers/Query Parameters

12 Apr 14:14
53870cd

Choose a tag to compare

  • Adding exclusion lists for headers when deriving messages to keep custom headers.
  • Fixing query parameters bug where deriving messages from a message with existing query parameters could generate an incorrect query parameters string.