[
https://issues.apache.org/jira/browse/NIFI-6122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Turcsanyi updated NIFI-6122:
----------------------------------
Description:
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.
> 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: 10m
> 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)