Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W-17347852-Amazon-S3-7.0.1-Copy-Object-new-fields-KS #2751

Open
wants to merge 3 commits into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +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. | |
| Encryption a| String | Specifies the appropriated encryption header. | |
Kabilan-s-cx marked this conversation as resolved.
Show resolved Hide resolved
| 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` |
| 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. | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Kabilan-s-cx marked this conversation as resolved.
Show resolved Hide resolved

== Requirements

Expand Down