This might be a naive suggestion, but what if there were a reserved
folder, and everything that my apps saved to that folder got put into
HerokuAssets?
For example:
RAILS_ROOT/public/assets is the reserved folder
When my apps saves a file to RAILS_ROOT/public/assets/videos/user/
123.mpeg
In the background Heroku will actually do something like
HerokuAssets.put('videos/user/123.mpeg', whatever)
So basically I can interact with those files exactly as I would if
they were on the local system, but behind the scenes they are actually
stored on S3.
I'm not saying this out of experience. I just though it _might_ be a
way to make things more seemless.
Cheers,
Paul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---