You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Zheng Feng (Jira)" <ji...@apache.org> on 2021/09/28 02:37:00 UTC

[jira] [Comment Edited] (CAMEL-16941) camel-aws2-s3: large size file multi upload test

    [ https://issues.apache.org/jira/browse/CAMEL-16941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17421122#comment-17421122 ] 

Zheng Feng edited comment on CAMEL-16941 at 9/28/21, 2:36 AM:
--------------------------------------------------------------

OK, I think it should be good to introude two options in camel-aws2-s3
 # [checksum_validation|https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3Configuration.Builder.html#checksumValidationEnabled-java.lang.Boolean-] 
 # [chuncked_encoding|https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3Configuration.Builder.html#chunkedEncodingEnabled-java.lang.Boolean-]
 
Or introduce all of options of [S3Configuration|https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3Configuration.Builder.html].


was (Author: zhfeng):
OK, I think it should be good to introude two options in camel-aws2-s3
 # [checksum_validation|https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3Configuration.Builder.html#checksumValidationEnabled-java.lang.Boolean-] 
 # [chuncked_encoding|https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3Configuration.Builder.html#chunkedEncodingEnabled-java.lang.Boolean-]

> camel-aws2-s3: large size file multi upload test
> ------------------------------------------------
>
>                 Key: CAMEL-16941
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16941
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Zheng Feng
>            Assignee: Zheng Feng
>            Priority: Major
>
> When we upload a large size file especailly > partSize ( the default is 25M and the limit is 5M accroding to [https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html).] The getObject operation after uploading returns a result which contains *chunck_signature.* So this should be handled by componet to strip it or check the integrity of chunck ?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)