You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation mentions that we can use backgroundUpload() with upload type MULTIPART. I've never seen a Multipart upload solution that works with a single endpoint URL, so I am curious to learn more.
Can someone explain to me what I need to do to get a single S3 URL that I can use in this function? My app currently uses a Presigned S3 URL for a single video upload, but this URL does not work when uploadType is set to Multipart.
Expected behavior
I pass a single S3 Presigned URL, my file path, and uploadType === Multipart, and react-native-compressor will handle the multi-part upload in the background.
Platform
Android
iOS
React Native Version
0.73.2
React Native Compressor Version
1.82.23
Reproducible Steps And Demo
The text was updated successfully, but these errors were encountered:
Current behavior
The documentation mentions that we can use backgroundUpload() with upload type MULTIPART. I've never seen a Multipart upload solution that works with a single endpoint URL, so I am curious to learn more.
Can someone explain to me what I need to do to get a single S3 URL that I can use in this function? My app currently uses a Presigned S3 URL for a single video upload, but this URL does not work when uploadType is set to Multipart.
Expected behavior
I pass a single S3 Presigned URL, my file path, and uploadType === Multipart, and react-native-compressor will handle the multi-part upload in the background.
Platform
React Native Version
0.73.2
React Native Compressor Version
1.82.23
Reproducible Steps And Demo
The text was updated successfully, but these errors were encountered: