I am using aws-sdk can I upload images without using aws amplify I'm using expo's ImagePicker module to select the image how can I put selected image from local file path to s3.
Asked
Active
Viewed 246 times
1 Answers
1
React native Fetch API should work with AWS Signed URL
You can upload any resources into your S3 without credentials or external libraries if you have signed url.

Chris Callwait
- 142
- 1
- 4