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/models
Jonas Pfenniger f36a3065a9 AWS | storage: fixes ignored location with new buckets
When creating a new directory the location wasn't forwarded properly.

Something like the following is now working as expected (see limitation below):

    Fog::Storage[:aws].directories.create(key: 'bucket', location: 'us-west-1')

It also changes the following behaviour: when no location is specified new
buckets are explicitly created in the same region as the service connection.

Known limitations:

Fog::AWS::Directory instance don't use their location to connect to S3.

If you're using an AWS::Storage with a region different than us-east-1 you
can only create buckets in the same region.
2013-04-16 23:28:04 +01:00
..
auto_scaling [aws|auto_scaling] Updates reference to service 2013-01-07 20:53:24 +00:00
beanstalk [aws|beanstalk] Update parser for DescribeEnvironmentResources 2013-03-27 12:09:05 -07:00
cdn fixed infinite loop in each method of AWS Distributions 2013-03-13 18:01:55 +01:00
cloud_watch Properly return all alarms 2013-01-08 11:28:57 -08:00
compute [aws][glesys] Pass credentials to sshable 2013-03-06 22:11:34 +05:30
data_pipeline Rudimentary CRUD for AWS Data Pipeline 2013-02-17 15:27:41 -05:00
dns [aws|dns] Updates reference to service 2013-01-07 20:53:25 +00:00
elasticache [aws|elasticache] Updates reference to service 2013-01-07 20:53:25 +00:00
elb [aws|elb] Updates reference to service 2013-01-07 20:53:26 +00:00
glacier [aws|glacier] Updates reference to service 2013-01-07 20:53:26 +00:00
iam [aws|iam] Updates reference to service 2013-01-07 20:53:26 +00:00
rds [aws|rds] Updates reference to service 2013-01-07 20:53:27 +00:00
storage AWS | storage: fixes ignored location with new buckets 2013-04-16 23:28:04 +01:00