dwilkie / carrierwave_direct

Process your uploads in the background by uploading directly to S3
MIT License
839 stars 181 forks source link

The asset host should not be used for direct_url uploads. #147

Closed tmullen closed 10 years ago

tmullen commented 10 years ago

Configuring an asset host (CDN) on Carrierwave should not change where file uploads are sent. Uploads should always be sent to the third party (origin) site configured within the fog credentials.

Any feedback is certainly welcome.