I'm confusion with heroku static assets. Have a task that sounds like "restore data with static assets from production(not big data and static(images) about 200mb) to heroku staging". Our production server outside of heroku. We decide test with real data and static assets from production, that's why we create free app in heroku.
So, when we push, heroku compile the assets and move its somewhere to S3 cloud. Is there way to stupidly upload our static assets to that amazon cloud, which heroku by default uploads when we push? Or what i not understand in this case?
Found information, that we can create account in amazone and with bucket serve assets static. But i'm interesting use default heroku assets host without creating account in amazon.
Project written in Ruby on Rails 3.2, db: pgsql
I think, that i correctly outlined what i want
Thanks!