Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-12063

Uploading to aws s3 with chunkMode: false fails.

    XMLWordPrintableJSON

Details

    Description

      When Trying to upload a file to aws s3 with the next options:

      chunkedMode: false,
      httpMethod: 'PUT',
      headers:

      { 'Content-Type' : 'image/jpg' }

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            royipr Royi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: