aws / amazon-s3-encryption-client-dotnet

An encryption client that allows you to secure your sensitive data before you send it to Amazon S3.
https://aws.github.io/amazon-s3-encryption-client-dotnet/
Apache License 2.0
15 stars 10 forks source link

Added ability to handle CalculateContentMD5Header flag for S3 uploads. #22

Closed ashishdhingra closed 3 years ago

ashishdhingra commented 3 years ago

Description

Added ability to handle CalculateContentMD5Header flag for S3 uploads.

Motivation and Context

Testing

Screenshots (if appropriate)

Types of changes

Checklist

License

ganeshnj commented 3 years ago

Did @ashishdhingra run both .NET Framework and .NET Standard test cases?

ashishdhingra commented 3 years ago

Did @ashishdhingra run both .NET Framework and .NET Standard test cases?

Added the integration tests for NetStandard. Please review.