This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
from 29c70adaca NIFI-15366 Flow Comparison should skip nested separately
Version-Controlled PGs (#10668)
add 3c52bed1b4 NIFI-15359 Upgraded S3 Encryption Client from 3.6.0 to
4.0.0 (#10659)
No new revisions were added by this update.
Summary of changes:
.../encryption/ClientSideCEncryptionStrategy.java | 5 +-
.../ClientSideKMSEncryptionStrategy.java | 5 +-
.../encryption/S3EncryptionCommitmentPolicy.java | 74 ++++++++++++++++++++++
.../aws/s3/encryption/S3EncryptionKeySpec.java | 5 +-
.../s3/encryption/StandardS3EncryptionService.java | 64 ++++++++++++++-----
.../aws/s3/encryption/S3EncryptionTestUtil.java | 7 +-
...ClientSideCEncryptionStrategyKeyValidation.java | 6 +-
.../s3/encryption/TestS3EncryptionStrategies.java | 9 +--
...ServerSideCEncryptionStrategyKeyValidation.java | 6 +-
.../TestStandardS3EncryptionService.java | 3 +-
pom.xml | 2 +-
11 files changed, 152 insertions(+), 34 deletions(-)
create mode 100644
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/encryption/S3EncryptionCommitmentPolicy.java