companionstudio / islay

A Rails engine which forms the base for a website back-end.
MIT License
0 stars 0 forks source link

Asset uploading fails under multi-threaded servers #28

Open lukesutton opened 11 years ago

lukesutton commented 11 years ago

It currently uploads to the server, then the server uses a background-worker to push it to S3. Unfortunately, this doesn't work with multithreaded servers.

Instead we should have the user upload directly to S3.