Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.6.0
-
None
-
None
-
android
Description
When Trying to upload a file to aws s3 with the next options:
chunkedMode: false,
httpMethod: 'PUT',
headers:
the response from amazon is:
Message>A header you provided implies functionality that is not implemented</Message><Header>Transfer-Encoding</Header>
It seems that Transfer-Encoding header is being sent thus s3 fail.
for more info take a look at
http://stackoverflow.com/questions/39780922/cordova-file-transfer-to-s3-aws-returns-501-error