Has anyone tried to upload static assets to S3 via a remote Heroku Git
repository?  I'm thinking that I should be able to run a 'heroku rake'
task to directly copy the assets to S3.  Note that the static assets
are NOT included in the compiled slug (.slugignore), which is why I'm
interested in the remote Git repository instead of the slug.

Why do this?  I thought I could save a little $$$ on bandwidth by
having Heroku copy the files (I believe it is free for them since they
are on S3.) directly to my S3 instead of uploading them from my
development computer.  I'm also just plain curious.

Any thoughts / suggestions would be greatly appreciated!

-- 
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.

Reply via email to