Is there a way to upload to s3 directly using carrierwave in my server? the problem is am trying to track my uploading progress in the frontend (angularjs) but it only tracks the part where the file is uploaded or copied to my server.
I don't want to use the client side to upload directly or use background jobs is there any way or a workaround?