Vydia / react-native-background-upload

Upload files in your React Native app even while it's backgrounded. Supports Android and iOS, including camera roll assets.
MIT License
721 stars 325 forks source link

Return headers on successful response #265

Closed JF-23 closed 3 years ago

JF-23 commented 3 years ago

…esful responses along with params value

Summary

We're performing multipart uploads to s3, once all parts are uploaded we need to let aws know that the file is ready to be put back together by sending back all header values for each part uploaded. Having access to headers helps us to be able to let aws know past files have been successfully uploaded.

This is a simple change that is changes androids GlobalRequestObserverDelegate

We've been testing this simple update and have had good success with it, we believe it might be helpful for others.

| OS | Implemented | | Android | ✅ |

Checklist

reime005 commented 3 years ago

nice!

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 6.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: