Need to know do amplify support storage.put with local uri #5849
GohilMahendra
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to learn the aws amplify with my current social media app. now as i am dealing with media i checked the documentation of AWS amplify for react native which stats first get the image with fetch and then get the blob which you will pass as arg in storage.put method. do i need to create blob ? or i can directly add my uri there. I tried with uri , image uploaded but shows 39 bytes size which means it is not uploaded. I am doing something wrong here ? please guide me for react native , aws-amplify , s3.
Beta Was this translation helpful? Give feedback.
All reactions