简体   繁体   中英

Carrierwave file upload w/ resque job to upload to S3

What would be the best solution to upload files to file storage, upload to S3 (via Resque), and then modify the storage type for carrierwave on the record? Is this possible?

Thanks!

You could try the carrierwave_backgrounder gem which has Resque support for uploading files to S3 in the background after the file has hit your server.

Alternatively you could try uploading directly to S3 from the user's browser using the new CORS support. Eg. s3_direct_upload

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM