Skip to content

Commit 7abcb1a

Browse files
authored
[S3] Release 1.7.0 (#916)
* [S3] Release 1.7.0 * Added comemnt * typo
1 parent c072ee9 commit 7abcb1a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## NOT RELEASED
44

5+
## 1.7.0
6+
57
### Added
68

79
- AWS api-change: S3 adds support for multiple-destination replication, option to sync replica modifications; S3 Bucket Keys to reduce cost of S3 SSE with AWS KMS

src/S3Client.php

+2
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,8 @@ protected function getSignerFactories(): array
943943
's3v4' => function (string $service, string $region) {
944944
$configuration = $this->getConfiguration();
945945
$options = [];
946+
947+
// We need async-aws/core: 1.8 or above to use sendChunkedBody.
946948
if (Configuration::optionExists('sendChunkedBody')) {
947949
$options['sendChunkedBody'] = \filter_var($configuration->get('sendChunkedBody'), \FILTER_VALIDATE_BOOLEAN);
948950
}

0 commit comments

Comments
 (0)