I have a scenario in flutter where I have to make an upload to s3 given the pre signed URL by server. Once I tried to make the request to presigned URL the call doesn't get resolved and it remains in pending state for ever no issue nothing. Making the put Request using the same signedURL from postman just works fine. Additionally my server is accepting only 'video/mp4' files. Should the BE guy has to change the content Type for presigned URL to octet stream. Any help would be highly appreciated on this
Expecting to successfully made a upload call using put method from http, by appending the file to the request using bodyAsByte param