fog--fog/lib
Michiel Sikkes 9de2caa488 [aws|storage|] Make get_object_http_url use correct S3 host in returned URL
This fixes a previous typo in get_object_http_url to correctly use the
configured AWS S3 host name in the URL and adds a test for the default case
where the bucket name can be used as a DNS CNAME.

For example, a bucket company-testbucket would translate into:

  http://company-testbucket./company-testbucket./fog_object?AWSAccessKeyId=...

Which is now fixed into:

  http://company-testbucket.s3.amazonaws.com/fog_object?AWSAccessKeyId=...
2012-04-16 19:10:05 +02:00
..
fog [aws|storage|] Make get_object_http_url use correct S3 host in returned URL 2012-04-16 19:10:05 +02:00
fog.rb Release 1.3.1 2012-03-27 14:42:10 -05:00