wikiwi/s3-bash4

AWS signature not woking. If file name contains spaces.

kondak3 opened this issue · 0 comments

Get, Put, Delegate file action working.
But we are trying to upload file name contains space. its showing "Http Version Not Supported" error
we tried FILE_TO_UPLOAD and RESOURCE_PATH url encoding.

Ex: Screenshot 2020-09-14 at 2.54.02 PM.png

<?xml version="1.0" encoding="UTF-8"?>
<Error>
<Code>HttpVersionNotSupported</Code>
<Message>The HTTP version specified is not supported.</Message>
<RequestId>4D0080432DD99095edd032</RequestId><HostId>XXXXXXXeP37h5Gj6XFHri6jUzKnEzphmuGceuEb/L2rttznFHXZswGfgfdNC9pwlZntESJM2UXv5aK/6KwfGEzFQjKk9vTJH</HostId>
</Error>