You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joseph Witt (JIRA)" <ji...@apache.org> on 2019/04/01 16:39:00 UTC

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

     [ https://issues.apache.org/jira/browse/NIFI-6122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joseph Witt updated NIFI-6122:
------------------------------
    Fix Version/s: 1.9.2

> 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
>             Fix For: 1.10.0, 1.9.2
>
>          Time Spent: 40m
>  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)