From c712e5860272a1d4de3eb1c25a3747cd45db4f3d Mon Sep 17 00:00:00 2001 From: First Last Date: Mon, 2 Dec 2024 18:58:29 +0530 Subject: [PATCH 1/3] W-17347852-Amazon-S3-7.0.1-Copy-Object-new-fields-KS --- .../modules/ROOT/pages/amazon-s3-connector-reference.adoc | 5 +++++ .../ROOT/pages/amazon-s3-connector-upgrade-migrate.adoc | 1 + 2 files changed, 6 insertions(+) diff --git a/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-reference.adoc b/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-reference.adoc index 91b46fa7db..80a3888a9e 100644 --- a/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-reference.adoc +++ b/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-reference.adoc @@ -341,6 +341,11 @@ Design your application to parse the contents of the response and handle it appr | Destination user metadata a| Object | When copying an object, you can preserve all metadata (default) or specify new metadata. | | | Modified since a| DateTime | Copies the object only if the object is modified after the specified date. | | | Unmodified since a| DateTime | Copies the object only if the object is not modified after the specified date. | | +| Server Side Encryption a| String | Server-side encryption. | | +| Sse Customer Key a| String | Represents a customer-provided key to use with Amazon S3 server-side encryption. | | +| Sse Kms Key Id a| String | AWS Key Management System key ID used for Server Side Encryption of the Amazon S3 object. You must specify the *Server Side Encryption* field when you set the *Sse Kms Key Id* field. | | +| Sse Customer Key MD5 a| String | Specifies the base64-encoded 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key is transmitted without error. | | +| Sse Customer Algorithm a| String | Specifies the algorithm to use to when encrypting the object. Valid values are AES256. | `aws:kms` | | Encryption a| String | Specifies the appropriated encryption header. | | | ContentType a| String | Standard MIME type describing the format of the object data. | | | Config Ref a| ConfigurationProvider | Name of the configuration to use to execute this component. | | x diff --git a/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-upgrade-migrate.adoc b/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-upgrade-migrate.adoc index 89644f7d48..499fb3d17c 100644 --- a/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-upgrade-migrate.adoc +++ b/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-upgrade-migrate.adoc @@ -14,6 +14,7 @@ Upgrade Anypoint Connector for Amazon S3 (Amazon S3 Connector) to version 7.x. == Changes in This Release * The AWS SDK is now upgraded to version 2.28.28. +* The *Copy Object* operation now contains the new *Server Side Encryption*, *Sse Customer Key*, *Sse Kms Key Id*, *Sse Customer Key MD5*, and *Sse Customer Algorithm* fields. == Requirements From 24d09aa42e4ed450282c266f2996ab41d6469a71 Mon Sep 17 00:00:00 2001 From: Kabilan-s-cx Date: Mon, 2 Dec 2024 19:08:45 +0530 Subject: [PATCH 2/3] Update amazon-s3-connector-reference.adoc --- .../7.0/modules/ROOT/pages/amazon-s3-connector-reference.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-reference.adoc b/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-reference.adoc index 80a3888a9e..365d891e04 100644 --- a/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-reference.adoc +++ b/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-reference.adoc @@ -346,7 +346,6 @@ Design your application to parse the contents of the response and handle it appr | Sse Kms Key Id a| String | AWS Key Management System key ID used for Server Side Encryption of the Amazon S3 object. You must specify the *Server Side Encryption* field when you set the *Sse Kms Key Id* field. | | | Sse Customer Key MD5 a| String | Specifies the base64-encoded 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure that the encryption key is transmitted without error. | | | Sse Customer Algorithm a| String | Specifies the algorithm to use to when encrypting the object. Valid values are AES256. | `aws:kms` | -| Encryption a| String | Specifies the appropriated encryption header. | | | ContentType a| String | Standard MIME type describing the format of the object data. | | | Config Ref a| ConfigurationProvider | Name of the configuration to use to execute this component. | | x | Target Variable a| String | Name of the variable that stores the operation's output. | | From f8db390792175d654f04b565d56bbab3c929de71 Mon Sep 17 00:00:00 2001 From: Kabilan-s-cx Date: Mon, 2 Dec 2024 23:07:33 +0530 Subject: [PATCH 3/3] Update amazon-s3-connector-upgrade-migrate.adoc --- .../modules/ROOT/pages/amazon-s3-connector-upgrade-migrate.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-upgrade-migrate.adoc b/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-upgrade-migrate.adoc index 499fb3d17c..89644f7d48 100644 --- a/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-upgrade-migrate.adoc +++ b/amazon-s3/7.0/modules/ROOT/pages/amazon-s3-connector-upgrade-migrate.adoc @@ -14,7 +14,6 @@ Upgrade Anypoint Connector for Amazon S3 (Amazon S3 Connector) to version 7.x. == Changes in This Release * The AWS SDK is now upgraded to version 2.28.28. -* The *Copy Object* operation now contains the new *Server Side Encryption*, *Sse Customer Key*, *Sse Kms Key Id*, *Sse Customer Key MD5*, and *Sse Customer Algorithm* fields. == Requirements