VOOZH about

URL: https://www.nuget.org/packages/Amazon.Extensions.S3.Encryption/

⇱ NuGet Gallery | Amazon.Extensions.S3.Encryption 4.0.2




👁 Image
Amazon.Extensions.S3.Encryption 4.0.2

Prefix Reserved
dotnet add package Amazon.Extensions.S3.Encryption --version 4.0.2
 
 
NuGet\Install-Package Amazon.Extensions.S3.Encryption -Version 4.0.2
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Amazon.Extensions.S3.Encryption" Version="4.0.2" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Amazon.Extensions.S3.Encryption" Version="4.0.2" />
 
Directory.Packages.props
<PackageReference Include="Amazon.Extensions.S3.Encryption" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Amazon.Extensions.S3.Encryption --version 4.0.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Amazon.Extensions.S3.Encryption, 4.0.2"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Amazon.Extensions.S3.Encryption@4.0.2
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Amazon.Extensions.S3.Encryption&version=4.0.2
 
Install as a Cake Addin
#tool nuget:?package=Amazon.Extensions.S3.Encryption&version=4.0.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Amazon S3 Encryption Client for .NET

👁 nuget

The Amazon S3 Encryption Client for .NET provides an easy-to-use Amazon S3 encryption client that allows you to secure your sensitive data before you send it to Amazon S3. The AmazonS3EncryptionClientV2 client automatically encrypts data on the client when uploading to Amazon S3, and automatically decrypts it when data is retrieved. You can use the client just like the regular S3 client, working with things like multipart uploads and the Transfer Utility with no additional code changes required besides swapping out the client used.

The AmazonS3EncryptionClientV2 supports the following encryption methods for encrypting DEKs (Data encryption keys):

  • AWS supplied KEK (key encryption key):
    • AWS KMS + Context
  • User supplied KEK:
    • RSA-OAEP-SHA1
    • AES-GCM

Object content is encrypted using committing AES-GCM (default) with generated DEKs which are stored in the S3 object metadata or in a separate instruction file (as configured).

Code examples and API Documentation

For more information, including code samples and API documentation, please visit: https://aws.github.io/amazon-s3-encryption-client-dotnet/index.html

Getting Help

We use the GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them.

If you think you may have found a bug, please open an issue

Contributing

We welcome community contributions and pull requests. See for information on how to set up a development environment and submit code.

Additional Resources

AWS .NET GitHub Home Page
GitHub home for .NET development on AWS. You'll find libraries, tools, and resources to help you build .NET applications and services on AWS.

AWS Developer Center - Explore .NET on AWS
Find .NET code samples, step-by-step guides, videos, blog content, tools, and information about live events all in one place.

AWS Developer Blog - .NET
Come and see what .NET developers at AWS are up to! Learn about new .NET software announcements, guides, and how-to's.

@dotnetonaws Follow us on twitter!

License

Libraries in this repository are licensed under the Apache 2.0 License.

See and for more information.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 is compatible.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Amazon.Extensions.S3.Encryption:

Repository Stars
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
shr670377723/CommunityServer-master
Version Downloads Last Updated
4.0.2 66,098 2/27/2026
4.0.1 45,506 1/22/2026
4.0.0 49,938 12/17/2025
3.2.1 963 1/22/2026
3.2.0 79,008 12/17/2025
3.1.0 17,507 11/12/2025 3.1.0 has at least one vulnerability with moderate severity.
3.0.0 90,925 4/28/2025 3.0.0 has at least one vulnerability with moderate severity.
3.0.0-preview.5 445 4/2/2025 3.0.0-preview.5 has at least one vulnerability with moderate severity.
3.0.0-preview.4 499 3/3/2025 3.0.0-preview.4 has at least one vulnerability with moderate severity.
3.0.0-preview.3 2,647 10/24/2024 3.0.0-preview.3 has at least one vulnerability with moderate severity.
3.0.0-preview.2 400 10/17/2024 3.0.0-preview.2 has at least one vulnerability with moderate severity.
3.0.0-preview.1 400 9/12/2024 3.0.0-preview.1 has at least one vulnerability with moderate severity.
2.3.0 1,389 12/16/2025 2.3.0 has at least one vulnerability with moderate severity.
2.2.1 133,472 1/23/2025 2.2.1 has at least one vulnerability with moderate severity.
2.2.0 1,063,833 10/10/2024 2.2.0 has at least one vulnerability with moderate severity.
2.1.2 63,890 9/3/2024 2.1.2 has at least one vulnerability with moderate severity.
2.1.1 284,058 4/20/2024 2.1.1 has at least one vulnerability with moderate severity.
2.1.0 219,541 8/17/2023 2.1.0 has at least one vulnerability with moderate severity.
2.0.5 1,081,992 2/13/2023 2.0.5 has at least one vulnerability with moderate severity.
2.0.4 1,642 2/12/2023 2.0.4 has at least one vulnerability with moderate severity.
Loading failed