lordgamez commented on code in PR #1947: URL: https://github.com/apache/nifi-minifi-cpp/pull/1947#discussion_r2010270718
##########
PROCESSORS.md:
##########
@@ -2449,6 +2449,7 @@ In the list below, the names of required properties
appear in bold. Any other pr
| **Multipart Part Size** | 5 GB |
| Specifies the part size for use
when the PutS3Multipart Upload API is used. Flow files will be broken into
chunks of this size for the upload process, but the last part sent can be
smaller since it is not padded. The valid range is 5MB to 5GB.
|
| **Multipart Upload AgeOff Interval** | 60 min |
| Specifies the interval at which
existing multipart uploads in AWS S3 will be evaluated for ageoff. When
processor is triggered it will initiate the ageoff evaluation if this interval
has been exceeded.
|
| **Multipart Upload Max Age Threshold** | 7 days |
| Specifies the maximum age for
existing multipart uploads in AWS S3. When the ageoff process occurs, any
upload older than this threshold will be aborted.
|
+| **Checksum Algorithm** | CRC64NVME |
CRC32<br/>CRC32C<br/>SHA1<br/>SHA256<br/>CRC64NVME
| Checksum algorithm used
to verify the uploaded object.
|
Review Comment:
Yes, with the latest version with FIPS enabled no additional configuration
is needed even for the S3 processors.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
