amitshekhariitbhu / Fast-Android-Networking

🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀
https://outcomeschool.com
Apache License 2.0
5.69k stars 958 forks source link

How to use this lib to directly upload files over S3. #513

Open deepakrokz opened 4 years ago

deepakrokz commented 4 years ago

It's a very useful library I have seen so far. Can someone help me in uploading files using this lib or stabilize the network of the mobile during upload. I will be very very very thankful to you.

@amitshekhariitbhu please help, I am struggling with this upload problem fro a long long time.

kafan1986 commented 4 years ago

Why do you want to upload the file directly to S3? Probably having a server layer in between would help and prevent you from from storing AWS credentials on device, which is a big security risk.