Skip to content

Releases: awslabs/aws-c-s3

Support unknown content-length for put

25 May 21:41
7fb4474
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.3.3...v0.3.4

Fix MPU part size round off error

18 May 23:26
6203b23
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fix mpu part size round off error for large files by @waahm7 in #289

Full Changelog: v0.3.2...v0.3.3

Fix handling of content-encoding header

15 May 23:00
b19d924
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fix handling of content-encoding header for default request by @waahm7 in #286

Full Changelog: v0.3.1...v0.3.2

Telemetry API

15 May 20:36
b515b06
Compare
Choose a tag to compare
Telemetry API Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.0...v0.3.1

part_size is now uin64_t and supports multipart upload threshold

01 May 22:44
d28492a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.3.0

Fix bug when Range: bytes=0-0

01 May 16:54
68904f3
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8

07 Apr 23:32
ae6c6cc
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.7...v0.2.8

New send_filepath option, for faster uploads

16 Mar 22:50
89b6303
Compare
Choose a tag to compare

What's Changed

  • Fix default throughput monitoring by @graebm in #265
  • Skip mock server setup when tests are disabled by @graebm in #267
  • New send_filepath option, for faster uploads. by @graebm in #266

Full Changelog: v0.2.6...v0.2.7

Add defaults to detect dead connections

06 Mar 18:11
9566422
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Add defaults to detect dead connections. by @graebm in #263

Full Changelog: v0.2.5...v0.2.6

Fix compiler warning

01 Mar 01:43
00c7a3c
Compare
Choose a tag to compare
Fix compiler warning Pre-release
Pre-release

What's Changed

  • change #if _MSC_VER to #ifdef _MSC_VER by @jmklix in #259

New Contributors

Full Changelog: v0.2.4...v0.2.5