Hi, I'm looking to use libcloud to unify access to CloudFiles and AWS S3. CloudFiles are exposed by Rackspace to their CDN, so get_cdn_url() makes sense. S3 does not, and get_cdn_url() is not supported in any case.
Would it make sense to have a get_url() that will return the https://s3.amazonaws.com/ ... URL? Or is there a common solution for this, without having to have a separate branch in my code. Thanks, Miguel