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
14 stars 10 forks source link

Merge PR #45 "Add ServiceURL option for KMS client" and PR#46 "Version Bump & .NET 6" #47

Closed jnunn-aws closed 1 year ago

jnunn-aws commented 1 year ago

Description

  1. Merging https://github.com/aws/amazon-s3-encryption-client-dotnet/pull/46
    1. Upgrades the .NET Core 2.1 unit and integration test targets to .NET 6
    2. Also does a minor version upgrade in anticipation of releasing https://github.com/aws/amazon-s3-encryption-client-dotnet/pull/45
  2. Merging https://github.com/aws/amazon-s3-encryption-client-dotnet/pull/45

Motivation and Context

Addresses Issue https://github.com/aws/amazon-s3-encryption-client-dotnet/pull/29: AmazonKeyManagementServiceConfig doesn't use the service url when it's setting on AmazonS3CryptoConfigurationV2

Testing

Ran dotnet test locally, unit and integration tests passed.

Screenshots (if appropriate)

Types of changes

Checklist

License