You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/03/20 01:53:00 UTC

[jira] [Commented] (NIFI-6122) PutS3Object should support national characters in filenames

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

ASF subversion and git services commented on NIFI-6122:
-------------------------------------------------------

Commit 77b84edf5bd3eca03d7b2ef1d17e4cf6e2f5e15c in nifi's branch refs/heads/master from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=77b84ed ]

NIFI-6122: PutS3Object supports national characters in filenames.

This closes #3373.

Signed-off-by: Koji Kawamura <ij...@apache.org>


> PutS3Object should support national characters in filenames
> -----------------------------------------------------------
>
>                 Key: NIFI-6122
>                 URL: https://issues.apache.org/jira/browse/NIFI-6122
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Peter Turcsanyi
>            Assignee: Peter Turcsanyi
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> PutS3Object sends the filename in the Content-Disposition HTTP header to S3.
> If the filename contains national characters, then the encoding will be wrong which results in the following error:
> {code}
> com.amazonaws.services.s3.model.AmazonS3Exception: The request signature we calculated does not match the signature you provided.
> {code}
> (Due to the character encoding error, the S3 client and the server calculate the signature based on different byte sequences.)
> The filename should be URL encoded before sending to S3.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)