-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.6.0
-
Fix Version/s: None
-
Component/s: cordova-plugin-file-transfer (DEPRECATED)
-
Labels:None
-
Environment:
android
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