0

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.

Asnad Atta
  • 3,855
  • 1
  • 32
  • 49

1 Answers1

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