Asnad Atta
Asnad Atta

Reputation: 4003

Upload image in expo ImagePicker without aws amplify

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.

Upvotes: 0

Views: 256

Answers (1)

Chris Callwait
Chris Callwait

Reputation: 140

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.

Upvotes: 1

Related Questions