mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
9de2caa488
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=... |
||
---|---|---|
.. | ||
acl_utils_tests.rb | ||
bucket_tests.rb | ||
multipart_upload_tests.rb | ||
object_tests.rb | ||
versioning_tests.rb |