You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed issue with AmazonS3EncryptionClientV2 and uploading multipart objects triggering a "HashStream does not support base streams that are not capable of reading or writing" error.
3
+
### Amazon.Extensions.S3.Encryption (2.1.2)
4
+
* Fixed issue with AmazonS3EncryptionClientV2 and uploading multipart objects triggering a "HashStream does not support base streams that are not capable of reading or writing" error.
5
5
6
-
## 2.1.1 (2024-04-20)
7
-
- Update User-Agent string
6
+
## Release 2024-04-20
8
7
9
-
##2.1.0 (2023-08-17)
10
-
- Added KmsConfig to the client configuration, which allows users to configure the region, service URL, timeout, and other settings of the internal KMS client independently of the S3 client.
8
+
### Amazon.Extensions.S3.Encryption (2.1.1)
9
+
* Update User-Agent string
11
10
12
-
## 2.0.5 (2023-02-13)
13
-
- Fixed issue when AWS SES is configured to send encrypted emails to S3 bucket, and then email fails to be decrypted by Amazon.Extensions.S3.Encryption
* Added KmsConfig to the client configuration, which allows users to configure the region, service URL, timeout, and other settings of the internal KMS client independently of the S3 client.
17
15
18
-
## 2.0.3 (2021-08-11)
19
-
- Update Portable.BouncyCastle dependency to version 1.8.10
16
+
## Release 2023-02-13
20
17
21
-
##2.0.2 (2021-06-08)
22
-
- Added ability to handle CalculateContentMD5Header flag for S3 uploads.
18
+
### Amazon.Extensions.S3.Encryption (2.0.5)
19
+
* Fixed issue when AWS SES is configured to send encrypted emails to S3 bucket, and then email fails to be decrypted by Amazon.Extensions.S3.Encryption
/// Constructs a new instance of the AmazonCryptoException class with serialized data.
36
-
/// </summary>
37
-
/// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
38
-
/// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
39
-
/// <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is null. </exception>
40
-
/// <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult" /> is zero (0). </exception>
0 commit comments