1

I have a web app in Rails that has a profile image upload, I`m using Refile gem to upload the photo direct to Amazon S3.

But now I need to do this upload from a mobile app too. Witch is the best way to do that?

I think about a Rest API in Rails that receives the binary data and then uses Async Jobs (Sidekiq) to upload to Amazon S3, but and not sure if the approach is best way.

Can anyone help me?

Thanks!

Greg
  • 141
  • 2
  • 8

0 Answers0