1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/aws
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
..
elb [aws|elb] create policies, describe policies, fix old mocking and yup. ✌️ 2011-12-20 09:33:27 -08:00
models us-west-2 default ami 2012-04-14 11:30:56 -07:00
parsers monitoring-state is enabled or disabled, if enabled returns true 2012-04-14 18:30:31 -04:00
requests [aws|storage|] Make get_object_http_url use correct S3 host in returned URL 2012-04-16 19:10:05 +02:00
auto_scaling.rb Nix hardcoded regions: Autoscaling. 2012-02-02 15:38:23 -08:00
beanstalk.rb New file additions for AWS Elastic Beanstalk support. 2012-03-15 17:12:30 -07:00
cdn.rb [core] pass connection_options through service init 2011-09-12 10:01:56 -05:00
cloud_formation.rb Nix hardcoded regions: CloudFormation. 2012-02-02 15:38:40 -08:00
cloud_watch.rb Nix hardcoded regions: CloudWatch. 2012-02-02 15:38:49 -08:00
compute.rb https://github.com/fog/fog/issues/810 - Add ENI support by maf23 2012-04-01 22:22:38 -04:00
dns.rb [aws|dns] Support for latency/weighted resource sets. 2012-03-28 13:50:56 -07:00
dynamodb.rb [AWS|DynamoDB] first pass at query/scan requests 2012-02-05 12:00:04 -06:00
elasticache.rb Nix hardcoded regions: ElastiCache. 2012-02-02 15:39:16 -08:00
elb.rb Nix hardcoded regions: ELB. 2012-02-02 15:39:23 -08:00
emr.rb Nix hardcoded regions: EMR. 2012-02-02 15:39:29 -08:00
iam.rb Add group mock data 2012-02-06 17:51:35 -08:00
rds.rb Support for rds parameter groups mocking 2012-03-05 22:31:18 +01:00
ses.rb Nix hardcoded regions: SES. 2012-02-02 15:39:40 -08:00
simpledb.rb [aws|simpledb] fix region/host for us-east-1 2012-03-20 11:41:13 -05:00
sns.rb Nix hardcoded regions: SNS. 2012-02-02 15:39:48 -08:00
sqs.rb Nix hardcoded regions: SQS (us-east-1 is special). 2012-02-02 15:52:06 -08:00
storage.rb Store the region for S3. 2012-03-28 16:05:34 +01:00
sts.rb implement STS support 2011-11-13 20:16:22 +00:00