Hello Julian,
Thanks for the reply, we are using the below versions.
compile group: 'org.apache.jackrabbit', name: 'oak-jcr', version: '1.22.3'
compile group: 'org.apache.jackrabbit', name: 'oak-blob-cloud', version:
'1.22.3'
compile group: 'org.apache.jackrabbit', name: 'oak-store-document',
version: '1.22.3'
compile group: 'org.apache.jackrabbit', name: 'oak-blob-plugins',
version: '1.22.3'
Thanks,
Mayur
On Fri, Feb 26, 2021 at 2:47 PM Mayur Barge <[email protected]> wrote:
> Hello,
> We are trying to PUT and subsequently GET binary files in S3.
> The filename contains special encodings like shown in example below
>
> S3 download fails with below error
>
> <Code>InvalidArgument</Code>
> <Message>Header value cannot be represented using ISO-8859-1.</Message>
> <ArgumentName>response-content-disposition</ArgumentName>
>
> File Name:
>
> Relationship among Negative Peer Pressure, engagement among secondary
> school students’ in Assosa Zone, West of Ethiopia.doc
>
> BinaryDownloadOptions.builder().withFileName(fileName)
>
> Kindly let us know how to correctly upload/download files by using
> content-disposition/
>
> Thank you,
> Mayur
>