robinrodricks / FluentStorage

A polycloud .NET cloud storage abstraction layer. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#.
MIT License
263 stars 33 forks source link

Encryption changes #34

Closed dammitjanet closed 12 months ago

dammitjanet commented 12 months ago

Fixes

Issue #33

Description

Addition of AesSymmetricEncryptionSink and WithAesSymmetricEncryption extension Obsolesence of SymmetricEncryptionSink and WithSymmetricEncryption extension Updated Tests Additional Blob/Stream file tests and XUnit FileDataAttribute to support tests

robinrodricks commented 12 months ago

Looks fantastic! Thanks for this!

robinrodricks commented 12 months ago

Published.

https://www.nuget.org/packages/FluentStorage/5.3.0