Skip to content

Releases: awslabs/aws-c-s3

Fix Missing Content-Length in CreateMPU

07 May 16:27
cc06c41
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Allow disabling upload checksums while using upload review by @jamesbornholt in #421
  • Remove Dashboard and S3 Benchmark Stack by @waahm7 in #427
  • Make test_s3_range_requests less flaky by @waahm7 in #423
  • Add 'Content-Length: 0' header on multipart upload creation by @waahm7 in #428

New Contributors

Full Changelog: v0.5.7...v0.5.8

Adds Async write() function

08 Apr 17:36
3334843
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Add async write() function - fixes "stalled" uploads deadlocking S3 Client by @graebm in #418

Full Changelog: v0.5.6...v0.5.7

Adds Connection Pool Destroy Delay

05 Apr 16:47
eb3b2bd
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Adds Connection Pool Destroy Delay Take 2 by @waahm7 in #419

Full Changelog: v0.5.5...v0.5.6

v0.5.5

02 Apr 20:38
0ce756e
Compare
Choose a tag to compare
v0.5.5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.4...v0.5.5

UserAgent Updates

25 Mar 17:57
efeb625
Compare
Choose a tag to compare
UserAgent Updates Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.3...v0.5.4

Partial fix: Too many "stalled" uploads can deadlock the S3 Client

20 Mar 23:41
e91577e
Compare
Choose a tag to compare

What's Changed

  • Partial fix: Too many "stalled" uploads can deadlock the S3 Client by @graebm in #417
  • Auto - Update S3 Ruleset & Partition by @waahm7 in #408

Full Changelog: v0.5.2...v0.5.3

Stop limiting num-connections based on num-known-IPs (Improve S3-Express performance)

29 Feb 00:31
59569e3
Compare
Choose a tag to compare

What's Changed

  • Stop limiting num-connections based on num-known-IPs (Improve S3-Express performance) by @graebm in #407

Full Changelog: v0.5.1...v0.5.2

Fix a bunch of places we forget to aws_raise_error()

15 Feb 00:03
593c2ab
Compare
Choose a tag to compare

What's Changed

  • Fix a bunch of places we forget to aws_raise_error() by @graebm in #405

Full Changelog: v0.5.0...v0.5.1

Use uint64_t for Memory Limit

26 Jan 00:12
63da70e
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Use uint64_t for memory limit and cap it to SIZE_MAX by @waahm7 in #404

Full Changelog: v0.4.10...v0.5.0

Disable CPU Group Pinning for Body Streaming ELG

24 Jan 22:27
73d3c86
Compare
Choose a tag to compare

What's Changed

  • GetObject Flow Documentation by @waahm7 in #402
  • Disable CPU Group Pinning for Body Streaming ELG by @waahm7 in #403

Full Changelog: v0.4.9...v0.4.10