Skip to content

Commit 8038e78

Browse files
Update docs/release-notes/breaking-changes.md
Co-authored-by: Vlada Chirmicci <[email protected]>
1 parent abfeafc commit 8038e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Existing `repository-s3` configurations may no longer be compatible. Notable dif
103103
- AWS SDK v2 does not support the `com.amazonaws.sdk.ec2MetadataServiceEndpointOverride` system property.
104104
- AWS SDK v2 does not permit specifying a choice between HTTP and HTTPS so the `s3.client.${CLIENT_NAME}.protocol` setting is deprecated and no longer has any effect.
105105
- AWS SDK v2 does not permit control over throttling for retries, so the `s3.client.${CLIENT_NAME}.use_throttle_retries` setting is deprecated and no longer has any effect.
106-
- AWS SDK v2 requires the use of the V4 signature algorithm, so the `s3.client.${CLIENT_NAME}.signer_override` setting is deprecated and no longer has any effect.
106+
- AWS SDK v2 requires the use of the V4 signature algorithm, therefore, the `s3.client.${CLIENT_NAME}.signer_override` setting is deprecated and no longer has any effect.
107107
- AWS SDK v2 does not support the `log-delivery-write` canned ACL.
108108
- AWS SDK v2 counts 4xx responses differently in its metrics reporting.
109109
- AWS SDK v2 always uses the regional STS endpoint, whereas AWS SDK v2 could use either a regional endpoint or the global `https://sts.amazonaws.com` one.

0 commit comments

Comments
 (0)