1) Does that mean I can close the issue on GitHub?
2) Currently CarrierWave doesn't generate authenticated URLs, so your
file won't be read. This should actually be fairly easy to implement,
I just haven't had a need for it yet. I'll welcome a patch, of course!
Fom what I understand however, the AWS-S3 library does not support
cnamed buckets at all, so it probably can't generate authenticated
URLs for them.
3) CarrierWave includes no mechanism for doing this (unlike
Paperclip), you're gonna have to do it yourself. This is a conscious
design decision I made to make it easier to write fully working
database adapters for ORMs other than ActiveRecord.
4) Haven't really needed to queue out uploads yet, but it's something
I'd definitely like to make easier. I wrote down this pastie with a
basic idea of how it might work, haven't actually tried it though:
http://pastie.org/716901
Hope that helps,
/Jonas