fog-aws 3.9.0 → 3.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (292) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +251 -17
  3. data/README.md +1 -1
  4. data/fog-aws.gemspec +6 -6
  5. data/lib/fog/aws/compute.rb +6 -3
  6. data/lib/fog/aws/credential_fetcher.rb +14 -7
  7. data/lib/fog/aws/models/compute/security_group.rb +13 -5
  8. data/lib/fog/aws/models/compute/server.rb +2 -0
  9. data/lib/fog/aws/models/storage/file.rb +21 -17
  10. data/lib/fog/aws/parsers/compute/describe_security_groups.rb +18 -4
  11. data/lib/fog/aws/requests/compute/authorize_security_group_ingress.rb +15 -0
  12. data/lib/fog/aws/requests/compute/create_network_interface.rb +7 -4
  13. data/lib/fog/aws/requests/compute/create_subnet.rb +3 -3
  14. data/lib/fog/aws/requests/compute/describe_security_groups.rb +2 -0
  15. data/lib/fog/aws/requests/compute/run_instances.rb +44 -0
  16. data/lib/fog/aws/requests/storage/delete_multiple_objects.rb +18 -8
  17. data/lib/fog/aws/requests/storage/get_object.rb +1 -1
  18. data/lib/fog/aws/storage.rb +42 -3
  19. data/lib/fog/aws/version.rb +1 -1
  20. metadata +11 -297
  21. data/.gitignore +0 -17
  22. data/.travis.yml +0 -124
  23. data/Gemfile +0 -14
  24. data/Rakefile +0 -14
  25. data/bin/console +0 -14
  26. data/bin/setup +0 -8
  27. data/gemfiles/Gemfile-edge +0 -14
  28. data/gemfiles/Gemfile-ruby-2.0 +0 -7
  29. data/stale.yml +0 -17
  30. data/tests/credentials_tests.rb +0 -149
  31. data/tests/helper.rb +0 -29
  32. data/tests/helpers/collection_helper.rb +0 -90
  33. data/tests/helpers/compute/flavors_helper.rb +0 -28
  34. data/tests/helpers/compute/server_helper.rb +0 -23
  35. data/tests/helpers/compute/servers_helper.rb +0 -8
  36. data/tests/helpers/dns_helper.rb +0 -56
  37. data/tests/helpers/formats_helper.rb +0 -100
  38. data/tests/helpers/formats_helper_tests.rb +0 -107
  39. data/tests/helpers/mock_helper.rb +0 -109
  40. data/tests/helpers/model_helper.rb +0 -30
  41. data/tests/helpers/responds_to_helper.rb +0 -11
  42. data/tests/helpers/schema_validator_tests.rb +0 -104
  43. data/tests/helpers/succeeds_helper.rb +0 -9
  44. data/tests/lorem.txt +0 -1
  45. data/tests/models/auto_scaling/activities_tests.rb +0 -6
  46. data/tests/models/auto_scaling/configuration_test.rb +0 -13
  47. data/tests/models/auto_scaling/configurations_tests.rb +0 -11
  48. data/tests/models/auto_scaling/groups_test.rb +0 -27
  49. data/tests/models/auto_scaling/helper.rb +0 -0
  50. data/tests/models/auto_scaling/instance_tests.rb +0 -15
  51. data/tests/models/auto_scaling/instances_tests.rb +0 -6
  52. data/tests/models/beanstalk/application_tests.rb +0 -69
  53. data/tests/models/beanstalk/applications_tests.rb +0 -7
  54. data/tests/models/beanstalk/environment_tests.rb +0 -131
  55. data/tests/models/beanstalk/environments_tests.rb +0 -34
  56. data/tests/models/beanstalk/template_tests.rb +0 -47
  57. data/tests/models/beanstalk/templates_tests.rb +0 -62
  58. data/tests/models/beanstalk/version_tests.rb +0 -66
  59. data/tests/models/beanstalk/versions_tests.rb +0 -60
  60. data/tests/models/cdn/distribution_tests.rb +0 -15
  61. data/tests/models/cdn/distributions_tests.rb +0 -15
  62. data/tests/models/cdn/invalidation_tests.rb +0 -31
  63. data/tests/models/cdn/invalidations_tests.rb +0 -14
  64. data/tests/models/cdn/streaming_distribution_tests.rb +0 -15
  65. data/tests/models/cdn/streaming_distributions_tests.rb +0 -15
  66. data/tests/models/cloud_watch/alarm_data_tests.rb +0 -42
  67. data/tests/models/cloud_watch/alarm_history_tests.rb +0 -22
  68. data/tests/models/cloud_watch/metric_statistics_tests.rb +0 -51
  69. data/tests/models/cloud_watch/metrics_tests.rb +0 -32
  70. data/tests/models/compute/address_tests.rb +0 -43
  71. data/tests/models/compute/addresses_tests.rb +0 -5
  72. data/tests/models/compute/dhcp_option_tests.rb +0 -3
  73. data/tests/models/compute/dhcp_options_tests.rb +0 -3
  74. data/tests/models/compute/internet_gateway_tests.rb +0 -3
  75. data/tests/models/compute/internet_gateways_tests.rb +0 -3
  76. data/tests/models/compute/key_pair_tests.rb +0 -26
  77. data/tests/models/compute/key_pairs_tests.rb +0 -5
  78. data/tests/models/compute/network_acl_tests.rb +0 -109
  79. data/tests/models/compute/network_acls_tests.rb +0 -20
  80. data/tests/models/compute/network_interfaces_test.rb +0 -12
  81. data/tests/models/compute/security_group_tests.rb +0 -98
  82. data/tests/models/compute/security_groups_tests.rb +0 -5
  83. data/tests/models/compute/server_tests.rb +0 -94
  84. data/tests/models/compute/snapshot_tests.rb +0 -10
  85. data/tests/models/compute/snapshots_tests.rb +0 -10
  86. data/tests/models/compute/subnet_tests.rb +0 -13
  87. data/tests/models/compute/subnets_tests.rb +0 -5
  88. data/tests/models/compute/volume_tests.rb +0 -65
  89. data/tests/models/compute/volumes_tests.rb +0 -5
  90. data/tests/models/compute/vpc_tests.rb +0 -26
  91. data/tests/models/compute/vpcs_tests.rb +0 -19
  92. data/tests/models/data_pipeline/pipeline_tests.rb +0 -8
  93. data/tests/models/data_pipeline/pipelines_tests.rb +0 -8
  94. data/tests/models/dns/record_tests.rb +0 -33
  95. data/tests/models/dns/records_tests.rb +0 -41
  96. data/tests/models/dns/zone_tests.rb +0 -4
  97. data/tests/models/dns/zones_tests.rb +0 -4
  98. data/tests/models/efs/file_system_tests.rb +0 -12
  99. data/tests/models/efs/mount_target_tests.rb +0 -45
  100. data/tests/models/efs/mount_targets_tests.rb +0 -30
  101. data/tests/models/elasticache/cluster_tests.rb +0 -30
  102. data/tests/models/elasticache/parameter_groups_tests.rb +0 -15
  103. data/tests/models/elasticache/security_groups_tests.rb +0 -52
  104. data/tests/models/elasticache/subnet_groups_tests.rb +0 -43
  105. data/tests/models/elb/model_tests.rb +0 -360
  106. data/tests/models/elb/tagging_tests.rb +0 -15
  107. data/tests/models/glacier/model_tests.rb +0 -47
  108. data/tests/models/iam/access_keys_tests.rb +0 -53
  109. data/tests/models/iam/groups_tests.rb +0 -59
  110. data/tests/models/iam/instance_profile_tests.rb +0 -18
  111. data/tests/models/iam/managed_policies_tests.rb +0 -89
  112. data/tests/models/iam/policies_tests.rb +0 -57
  113. data/tests/models/iam/roles_tests.rb +0 -71
  114. data/tests/models/iam/users_tests.rb +0 -119
  115. data/tests/models/rds/cluster_tests.rb +0 -54
  116. data/tests/models/rds/clusters_tests.rb +0 -5
  117. data/tests/models/rds/event_subscription_tests.rb +0 -9
  118. data/tests/models/rds/event_subscriptions_tests.rb +0 -6
  119. data/tests/models/rds/helper.rb +0 -25
  120. data/tests/models/rds/instance_option_tests.rb +0 -14
  121. data/tests/models/rds/parameter_group_tests.rb +0 -24
  122. data/tests/models/rds/parameter_groups_tests.rb +0 -8
  123. data/tests/models/rds/security_group_tests.rb +0 -77
  124. data/tests/models/rds/security_groups_tests.rb +0 -5
  125. data/tests/models/rds/server_tests.rb +0 -131
  126. data/tests/models/rds/servers_tests.rb +0 -24
  127. data/tests/models/rds/snapshot_tests.rb +0 -12
  128. data/tests/models/rds/snapshots_tests.rb +0 -12
  129. data/tests/models/rds/tagging_tests.rb +0 -20
  130. data/tests/models/sns/topic_tests.rb +0 -15
  131. data/tests/models/sns/topics_tests.rb +0 -6
  132. data/tests/models/storage/directory_tests.rb +0 -91
  133. data/tests/models/storage/file_tests.rb +0 -129
  134. data/tests/models/storage/files_tests.rb +0 -90
  135. data/tests/models/storage/url_tests.rb +0 -25
  136. data/tests/models/storage/version_tests.rb +0 -52
  137. data/tests/models/storage/versions_tests.rb +0 -51
  138. data/tests/models/support/trusted_advisor_tests.rb +0 -25
  139. data/tests/parsers/compute/describe_images_tests.rb +0 -33
  140. data/tests/parsers/elb/describe_load_balancers.rb +0 -65
  141. data/tests/parsers/elbv2/create_load_balancer_tests.rb +0 -48
  142. data/tests/parsers/elbv2/describe_listeners_tests.rb +0 -76
  143. data/tests/parsers/elbv2/describe_load_balancers_tests.rb +0 -54
  144. data/tests/parsers/elbv2/describe_tags_tests.rb +0 -35
  145. data/tests/requests/auto_scaling/auto_scaling_tests.rb +0 -111
  146. data/tests/requests/auto_scaling/describe_types_tests.rb +0 -102
  147. data/tests/requests/auto_scaling/helper.rb +0 -229
  148. data/tests/requests/auto_scaling/model_tests.rb +0 -235
  149. data/tests/requests/auto_scaling/notification_configuration_tests.rb +0 -124
  150. data/tests/requests/auto_scaling/tag_tests.rb +0 -63
  151. data/tests/requests/beanstalk/application_tests.rb +0 -140
  152. data/tests/requests/beanstalk/solution_stack_tests.rb +0 -22
  153. data/tests/requests/cdn/cdn_tests.rb +0 -252
  154. data/tests/requests/cloud_formation/stack_tests.rb +0 -167
  155. data/tests/requests/cloud_watch/get_metric_statistics_tests.rb +0 -28
  156. data/tests/requests/cloud_watch/list_metrics_test.rb +0 -64
  157. data/tests/requests/cloud_watch/put_metric_data_tests.rb +0 -36
  158. data/tests/requests/compute/address_tests.rb +0 -144
  159. data/tests/requests/compute/assign_private_ip_tests.rb +0 -55
  160. data/tests/requests/compute/availability_zone_tests.rb +0 -25
  161. data/tests/requests/compute/client_tests.rb +0 -25
  162. data/tests/requests/compute/dhcp_options_tests.rb +0 -39
  163. data/tests/requests/compute/helper.rb +0 -27
  164. data/tests/requests/compute/image_tests.rb +0 -169
  165. data/tests/requests/compute/instance_attrib_tests.rb +0 -168
  166. data/tests/requests/compute/instance_tests.rb +0 -338
  167. data/tests/requests/compute/internet_gateway_tests.rb +0 -49
  168. data/tests/requests/compute/key_pair_tests.rb +0 -67
  169. data/tests/requests/compute/network_acl_tests.rb +0 -112
  170. data/tests/requests/compute/network_interface_tests.rb +0 -239
  171. data/tests/requests/compute/placement_group_tests.rb +0 -48
  172. data/tests/requests/compute/region_tests.rb +0 -52
  173. data/tests/requests/compute/route_tests.rb +0 -341
  174. data/tests/requests/compute/security_group_tests.rb +0 -446
  175. data/tests/requests/compute/snapshot_tests.rb +0 -77
  176. data/tests/requests/compute/spot_datafeed_subscription_tests.rb +0 -47
  177. data/tests/requests/compute/spot_instance_tests.rb +0 -55
  178. data/tests/requests/compute/spot_price_history_tests.rb +0 -23
  179. data/tests/requests/compute/subnet_tests.rb +0 -87
  180. data/tests/requests/compute/tag_tests.rb +0 -101
  181. data/tests/requests/compute/volume_tests.rb +0 -263
  182. data/tests/requests/compute/vpc_tests.rb +0 -222
  183. data/tests/requests/data_pipeline/helper.rb +0 -78
  184. data/tests/requests/data_pipeline/pipeline_tests.rb +0 -80
  185. data/tests/requests/dns/change_resource_record_sets_tests.rb +0 -34
  186. data/tests/requests/dns/dns_tests.rb +0 -240
  187. data/tests/requests/dns/health_check_tests.rb +0 -159
  188. data/tests/requests/dns/helper.rb +0 -21
  189. data/tests/requests/dynamodb/item_tests.rb +0 -137
  190. data/tests/requests/dynamodb/table_tests.rb +0 -99
  191. data/tests/requests/ecs/cluster_tests.rb +0 -112
  192. data/tests/requests/ecs/container_instance_tests.rb +0 -119
  193. data/tests/requests/ecs/helper.rb +0 -276
  194. data/tests/requests/ecs/sample_task_definition1.json +0 -56
  195. data/tests/requests/ecs/service_tests.rb +0 -132
  196. data/tests/requests/ecs/task_definitions_tests.rb +0 -97
  197. data/tests/requests/ecs/task_tests.rb +0 -145
  198. data/tests/requests/efs/file_system_tests.rb +0 -152
  199. data/tests/requests/efs/helper.rb +0 -44
  200. data/tests/requests/elasticache/cache_cluster_tests.rb +0 -137
  201. data/tests/requests/elasticache/describe_events.rb +0 -17
  202. data/tests/requests/elasticache/describe_reserved_cache_nodes.rb +0 -17
  203. data/tests/requests/elasticache/helper.rb +0 -103
  204. data/tests/requests/elasticache/parameter_group_tests.rb +0 -105
  205. data/tests/requests/elasticache/security_group_tests.rb +0 -108
  206. data/tests/requests/elasticache/subnet_group_tests.rb +0 -52
  207. data/tests/requests/elb/helper.rb +0 -91
  208. data/tests/requests/elb/listener_tests.rb +0 -68
  209. data/tests/requests/elb/load_balancer_tests.rb +0 -89
  210. data/tests/requests/elb/policy_tests.rb +0 -132
  211. data/tests/requests/elbv2/helper.rb +0 -66
  212. data/tests/requests/elbv2/load_balancer_tests.rb +0 -50
  213. data/tests/requests/emr/helper.rb +0 -167
  214. data/tests/requests/emr/instance_group_tests.rb +0 -106
  215. data/tests/requests/emr/job_flow_tests.rb +0 -88
  216. data/tests/requests/federation/get_signin_token_tests.rb +0 -11
  217. data/tests/requests/glacier/archive_tests.rb +0 -13
  218. data/tests/requests/glacier/multipart_upload_tests.rb +0 -29
  219. data/tests/requests/glacier/tree_hash_tests.rb +0 -91
  220. data/tests/requests/glacier/vault_tests.rb +0 -35
  221. data/tests/requests/iam/access_key_tests.rb +0 -53
  222. data/tests/requests/iam/account_policy_tests.rb +0 -20
  223. data/tests/requests/iam/account_tests.rb +0 -34
  224. data/tests/requests/iam/group_policy_tests.rb +0 -48
  225. data/tests/requests/iam/group_tests.rb +0 -44
  226. data/tests/requests/iam/helper.rb +0 -154
  227. data/tests/requests/iam/instance_profile_tests.rb +0 -44
  228. data/tests/requests/iam/login_profile_tests.rb +0 -62
  229. data/tests/requests/iam/managed_policy_tests.rb +0 -110
  230. data/tests/requests/iam/mfa_tests.rb +0 -23
  231. data/tests/requests/iam/role_tests.rb +0 -156
  232. data/tests/requests/iam/server_certificate_tests.rb +0 -130
  233. data/tests/requests/iam/user_policy_tests.rb +0 -45
  234. data/tests/requests/iam/user_tests.rb +0 -78
  235. data/tests/requests/iam/versioned_managed_policy_tests.rb +0 -105
  236. data/tests/requests/kinesis/helper.rb +0 -111
  237. data/tests/requests/kinesis/stream_tests.rb +0 -169
  238. data/tests/requests/kms/helper.rb +0 -27
  239. data/tests/requests/kms/key_tests.rb +0 -23
  240. data/tests/requests/lambda/function_sample_1.js +0 -9
  241. data/tests/requests/lambda/function_sample_2.js +0 -9
  242. data/tests/requests/lambda/function_tests.rb +0 -460
  243. data/tests/requests/lambda/helper.rb +0 -81
  244. data/tests/requests/rds/cluster_snapshot_tests.rb +0 -43
  245. data/tests/requests/rds/cluster_tests.rb +0 -37
  246. data/tests/requests/rds/db_engine_versions.rb +0 -7
  247. data/tests/requests/rds/db_snapshot_tests.rb +0 -62
  248. data/tests/requests/rds/describe_events.rb +0 -16
  249. data/tests/requests/rds/event_subscription_tests.rb +0 -30
  250. data/tests/requests/rds/helper.rb +0 -406
  251. data/tests/requests/rds/instance_option_tests.rb +0 -27
  252. data/tests/requests/rds/instance_tests.rb +0 -149
  253. data/tests/requests/rds/log_file_tests.rb +0 -19
  254. data/tests/requests/rds/parameter_group_tests.rb +0 -62
  255. data/tests/requests/rds/parameter_request_tests.rb +0 -32
  256. data/tests/requests/rds/security_group_tests.rb +0 -101
  257. data/tests/requests/rds/subnet_groups_tests.rb +0 -52
  258. data/tests/requests/rds/tagging_tests.rb +0 -78
  259. data/tests/requests/redshift/cluster_parameter_group_tests.rb +0 -76
  260. data/tests/requests/redshift/cluster_security_group_tests.rb +0 -42
  261. data/tests/requests/redshift/cluster_snapshot_tests.rb +0 -73
  262. data/tests/requests/redshift/cluster_tests.rb +0 -80
  263. data/tests/requests/ses/helper.rb +0 -9
  264. data/tests/requests/ses/verified_domain_identity_tests.rb +0 -16
  265. data/tests/requests/ses/verified_email_address_tests.rb +0 -27
  266. data/tests/requests/simpledb/attributes_tests.rb +0 -86
  267. data/tests/requests/simpledb/domain_tests.rb +0 -51
  268. data/tests/requests/simpledb/helper.rb +0 -10
  269. data/tests/requests/sns/helper.rb +0 -9
  270. data/tests/requests/sns/subscription_tests.rb +0 -86
  271. data/tests/requests/sns/topic_tests.rb +0 -53
  272. data/tests/requests/sqs/helper.rb +0 -9
  273. data/tests/requests/sqs/message_tests.rb +0 -51
  274. data/tests/requests/sqs/queue_tests.rb +0 -50
  275. data/tests/requests/storage/acl_utils_tests.rb +0 -209
  276. data/tests/requests/storage/bucket_tests.rb +0 -416
  277. data/tests/requests/storage/cors_utils_tests.rb +0 -108
  278. data/tests/requests/storage/delete_multiple_objects_tests.rb +0 -12
  279. data/tests/requests/storage/multipart_copy_tests.rb +0 -93
  280. data/tests/requests/storage/multipart_upload_tests.rb +0 -121
  281. data/tests/requests/storage/object_tests.rb +0 -269
  282. data/tests/requests/storage/versioning_tests.rb +0 -262
  283. data/tests/requests/sts/assume_role_tests.rb +0 -19
  284. data/tests/requests/sts/assume_role_with_saml_tests.rb +0 -18
  285. data/tests/requests/sts/assume_role_with_web_identity_tests.rb +0 -28
  286. data/tests/requests/sts/get_federation_token_tests.rb +0 -20
  287. data/tests/requests/sts/session_token_tests.rb +0 -16
  288. data/tests/requests/support/helper.rb +0 -43
  289. data/tests/requests/support/trusted_advisor_check_tests.rb +0 -16
  290. data/tests/signaturev4_tests.rb +0 -106
  291. data/tests/signed_params_tests.rb +0 -17
  292. data/tests/storage_tests.rb +0 -7
data/CHANGELOG.md CHANGED
@@ -1,4 +1,174 @@
1
- # Change Log
1
+ # Changelog
2
+
3
+ ## [v3.13.0](https://github.com/fog/fog-aws/tree/v3.12.0) (2022-02-12)
4
+
5
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.12.0...v3.13.0)
6
+
7
+ **Closed issues:**
8
+
9
+ - Please include all files required for running tests in the gem [\#625](https://github.com/fog/fog-aws/issues/625)
10
+ - Using Hitachi compatible S3 and still see the AWS S3 host [\#624](https://github.com/fog/fog-aws/issues/624)
11
+ - Spawn compute node with Elastic Inference [\#617](https://github.com/fog/fog-aws/issues/617)
12
+
13
+ **Merged pull requests:**
14
+
15
+ - Drop ipaddress dependency in favor of built in ipaddr [\#630](https://github.com/fog/fog-aws/pull/630) ([ekohl](https://github.com/ekohl))
16
+ - Exclude test files from gem [\#629](https://github.com/fog/fog-aws/pull/629) ([ursm](https://github.com/ursm))
17
+ - Add Truffleruby head to CI [\#628](https://github.com/fog/fog-aws/pull/628) ([gogainda](https://github.com/gogainda))
18
+ - Bump actions/checkout from 2.3.5 to 2.4.0 [\#627](https://github.com/fog/fog-aws/pull/627) ([dependabot[bot]](https://github.com/apps/dependabot))
19
+ - Update Fog::AWS::Storage::File\#body [\#626](https://github.com/fog/fog-aws/pull/626) ([10io](https://github.com/10io))
20
+ - Bump actions/checkout from 2.3.4 to 2.3.5 [\#623](https://github.com/fog/fog-aws/pull/623) ([dependabot[bot]](https://github.com/apps/dependabot))
21
+ - Add json files to the gem file [\#622](https://github.com/fog/fog-aws/pull/622) ([acant](https://github.com/acant))
22
+
23
+ ## [v3.12.0](https://github.com/fog/fog-aws/tree/v3.12.0) (2021-08-23)
24
+
25
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.11.0...v3.12.0)
26
+
27
+ **Merged pull requests:**
28
+
29
+ - Add support for regional STS endpoints [\#620](https://github.com/fog/fog-aws/pull/620) ([stanhu](https://github.com/stanhu))
30
+ - Add IPv6 support for Ingress Security Groups [\#619](https://github.com/fog/fog-aws/pull/619) ([p8](https://github.com/p8))
31
+ - Separate CHANGELOG entry for 3.11.0 [\#618](https://github.com/fog/fog-aws/pull/618) ([sunny](https://github.com/sunny))
32
+
33
+ ## [v3.11.0](https://github.com/fog/fog-aws/tree/v3.11.0) (2021-08-05)
34
+
35
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.10.0...v3.11.0)
36
+
37
+ **Closed issues:**
38
+
39
+ - Support for Regional STS Endpoints [\#604](https://github.com/fog/fog-aws/issues/604)
40
+ - Pass tags when creating EBS ? [\#603](https://github.com/fog/fog-aws/issues/603)
41
+ - S3 multiple delete api should handle delete for multiple versions for a single object [\#598](https://github.com/fog/fog-aws/issues/598)
42
+ - Fog does not return error from s3 [\#586](https://github.com/fog/fog-aws/issues/586)
43
+ - Add support for r6g and c6g instance types [\#580](https://github.com/fog/fog-aws/issues/580)
44
+ - Using internal S3 provider ... and something funky is going on! [\#575](https://github.com/fog/fog-aws/issues/575)
45
+ - How to upload File to S3 with with accelerate? [\#554](https://github.com/fog/fog-aws/issues/554)
46
+ - How to use assume\_role\_with\_web\_identity auth for S3 storage? [\#543](https://github.com/fog/fog-aws/issues/543)
47
+ - Fog::AWS::Glacier::TreeHash::add\_part works only sometimes [\#520](https://github.com/fog/fog-aws/issues/520)
48
+ - fog-aws: Fog::AWS::Glacier::Job doesn't support RetrievalByteRange [\#519](https://github.com/fog/fog-aws/issues/519)
49
+ - Path style is being deprecated [\#516](https://github.com/fog/fog-aws/issues/516)
50
+ - Fog::DNS::AWS can't read zones [\#513](https://github.com/fog/fog-aws/issues/513)
51
+ - Lambda Parser can't handle VPC config, containing array of hash values [\#509](https://github.com/fog/fog-aws/issues/509)
52
+ - Excon::Error::Forbidden: Expected\(200\) \<=\> Actual\(403 Forbidden\) [\#508](https://github.com/fog/fog-aws/issues/508)
53
+ - file.save does not work with STDIN [\#500](https://github.com/fog/fog-aws/issues/500)
54
+ - ELBv2 Support ? [\#489](https://github.com/fog/fog-aws/issues/489)
55
+ - S3 Select Support? [\#484](https://github.com/fog/fog-aws/issues/484)
56
+ - nil:NilClass error [\#483](https://github.com/fog/fog-aws/issues/483)
57
+ - Mocks for VM creation require access and secret key when using instance profiles [\#482](https://github.com/fog/fog-aws/issues/482)
58
+ - Always use bucket virtual hostname? [\#464](https://github.com/fog/fog-aws/issues/464)
59
+ - Spot instance creation : Support for BlockDurationMinutes [\#461](https://github.com/fog/fog-aws/issues/461)
60
+ - How can I remove the `Content-Encoding` metadata properties if I upload from fog [\#447](https://github.com/fog/fog-aws/issues/447)
61
+ - AWS::ECS with `use_iam_profile` errors out [\#441](https://github.com/fog/fog-aws/issues/441)
62
+ - Option to turn off Warnings [\#426](https://github.com/fog/fog-aws/issues/426)
63
+ - Accessing AWS S3 using EC2 Instance Profile [\#423](https://github.com/fog/fog-aws/issues/423)
64
+ - Support step and target tracking auto scaling policies [\#422](https://github.com/fog/fog-aws/issues/422)
65
+ - could not create ec2 volume with custom encryption key, volume only create with default 'aws/ebs' encryption key [\#420](https://github.com/fog/fog-aws/issues/420)
66
+ - Download File with content\_disposition [\#418](https://github.com/fog/fog-aws/issues/418)
67
+ - Fog::Compute::AWS::Error iamInstanceProfile.name is invalid [\#410](https://github.com/fog/fog-aws/issues/410)
68
+ - Mocks for EC2 instance creation do not behave as expected [\#404](https://github.com/fog/fog-aws/issues/404)
69
+ - Cannot copy an encrypted snapshot from one account to another account [\#398](https://github.com/fog/fog-aws/issues/398)
70
+ - Fog::Compute::AWS::Image\#deregister ignores non-root snapshots. [\#380](https://github.com/fog/fog-aws/issues/380)
71
+ - AWS S3 overwrites files with same name [\#378](https://github.com/fog/fog-aws/issues/378)
72
+ - Support S3 object tagging [\#377](https://github.com/fog/fog-aws/issues/377)
73
+ - Reqeust to support Aws::DynamoDBStreams [\#373](https://github.com/fog/fog-aws/issues/373)
74
+ - Not all Rds versions and Instance Types are rendered [\#371](https://github.com/fog/fog-aws/issues/371)
75
+ - Tag instances upon creation of new instance [\#359](https://github.com/fog/fog-aws/issues/359)
76
+ - Creating instances in AWS fails with Socket Error [\#352](https://github.com/fog/fog-aws/issues/352)
77
+ - `NameError: uninitialized constant Fog::ServicesMixin` when requiring `fog/storage` [\#345](https://github.com/fog/fog-aws/issues/345)
78
+ - Add full support for target groups [\#328](https://github.com/fog/fog-aws/issues/328)
79
+ - Fog transfer acceleration endpoints [\#303](https://github.com/fog/fog-aws/issues/303)
80
+ - "Fog::DNS\[:aws\] | change\_resource\_record\_sets \(aws, dns\)" test suite flaky [\#301](https://github.com/fog/fog-aws/issues/301)
81
+ - Cross account access using IAM role [\#294](https://github.com/fog/fog-aws/issues/294)
82
+ - Write timeout trying to upload a large file to S3 [\#291](https://github.com/fog/fog-aws/issues/291)
83
+ - Support Autoscaling lifecycle hooks [\#289](https://github.com/fog/fog-aws/issues/289)
84
+ - directories ignore region option [\#287](https://github.com/fog/fog-aws/issues/287)
85
+ - Feature: Access logs for ELB [\#271](https://github.com/fog/fog-aws/issues/271)
86
+ - S3: retry on 500 internal server error [\#264](https://github.com/fog/fog-aws/issues/264)
87
+ - Alias for server side encryption not working [\#260](https://github.com/fog/fog-aws/issues/260)
88
+ - InvalidParameterCombination =\> You cannot move a DB instance with Single-Az enabled to a VPC \(Fog::AWS::RDS::Error\) [\#255](https://github.com/fog/fog-aws/issues/255)
89
+ - Using STS [\#253](https://github.com/fog/fog-aws/issues/253)
90
+ - Auto Scaling Group does not enable metrics [\#251](https://github.com/fog/fog-aws/issues/251)
91
+ - aws has no storage service [\#248](https://github.com/fog/fog-aws/issues/248)
92
+ - Timeouts on Compute\#describe\_volumes due to extreme numbers of volumes [\#244](https://github.com/fog/fog-aws/issues/244)
93
+ - Support CreateReusableDelegationSet [\#243](https://github.com/fog/fog-aws/issues/243)
94
+ - Tags server creation in Mock vs Real [\#239](https://github.com/fog/fog-aws/issues/239)
95
+ - Excon::Errors::SocketError Broken pipe \(Errno::EPIPE\) when use Activeadmin upload image by nested form [\#237](https://github.com/fog/fog-aws/issues/237)
96
+ - Fog Mock doesn't update [\#236](https://github.com/fog/fog-aws/issues/236)
97
+ - ECS service\_update does not support "deploymentConfig" [\#234](https://github.com/fog/fog-aws/issues/234)
98
+ - Fog::Storage::AWS::Files\#each always iterates over entire collection [\#232](https://github.com/fog/fog-aws/issues/232)
99
+ - repeated bucket name in the URL on AWS and issue with :path\_style [\#228](https://github.com/fog/fog-aws/issues/228)
100
+ - Already initialized constant warnings [\#212](https://github.com/fog/fog-aws/issues/212)
101
+ - SQS API version is outdated [\#198](https://github.com/fog/fog-aws/issues/198)
102
+ - Problem when using irb [\#195](https://github.com/fog/fog-aws/issues/195)
103
+ - compute.servers \(via DescribeInstances\) does not include tags reliably [\#192](https://github.com/fog/fog-aws/issues/192)
104
+ - EBS create volume io1 or gp2 [\#186](https://github.com/fog/fog-aws/issues/186)
105
+ - Aws cloudformation stack-policy-body [\#179](https://github.com/fog/fog-aws/issues/179)
106
+ - EXCON\_DEBUG and DEBUG env variables do not help debug -S key issues [\#177](https://github.com/fog/fog-aws/issues/177)
107
+ - AWS4 SignatureDoesNotMatch if header contains two spaces [\#160](https://github.com/fog/fog-aws/issues/160)
108
+ - Add support for elasticache redis replication groups [\#136](https://github.com/fog/fog-aws/issues/136)
109
+ - Getting SignatureDoesNotMatch error with eu-central-1 [\#127](https://github.com/fog/fog-aws/issues/127)
110
+ - Cannot saving auto scaling group [\#125](https://github.com/fog/fog-aws/issues/125)
111
+ - fog-aws not working with dynamoDB Local [\#118](https://github.com/fog/fog-aws/issues/118)
112
+ - Fog::Compute::AWS::Error InvalidParameterValue =\> secondary-addresses [\#115](https://github.com/fog/fog-aws/issues/115)
113
+ - Is there an equivalent to describe-instance-status? [\#66](https://github.com/fog/fog-aws/issues/66)
114
+ - No usage instructions in Readme [\#64](https://github.com/fog/fog-aws/issues/64)
115
+ - AWS - distributionConfig.enabled' failed to satisfy constraint: Member must not be null [\#48](https://github.com/fog/fog-aws/issues/48)
116
+ - Clarify versioning on README [\#42](https://github.com/fog/fog-aws/issues/42)
117
+ - AWS SQS AddPermission API missing [\#26](https://github.com/fog/fog-aws/issues/26)
118
+ - AWS China region [\#25](https://github.com/fog/fog-aws/issues/25)
119
+ - AWS CloudFormation ListStacks options [\#24](https://github.com/fog/fog-aws/issues/24)
120
+ - Setting region of AWS::Compute after initialization [\#23](https://github.com/fog/fog-aws/issues/23)
121
+ - Support AWS Support API [\#22](https://github.com/fog/fog-aws/issues/22)
122
+ - InvalidClientTokenId =\> The security token included in the request is invalid [\#21](https://github.com/fog/fog-aws/issues/21)
123
+ - Change architecture attribute in AWS::Compute::Server model [\#20](https://github.com/fog/fog-aws/issues/20)
124
+ - Add support for Amazon Kinesis [\#19](https://github.com/fog/fog-aws/issues/19)
125
+ - Bring AWS CloudFront API Models/Requests up to date [\#17](https://github.com/fog/fog-aws/issues/17)
126
+ - AWS security group tests have become unstable [\#16](https://github.com/fog/fog-aws/issues/16)
127
+ - AWS auto scaling: availability zones are not a required parameter [\#15](https://github.com/fog/fog-aws/issues/15)
128
+ - Is anyone going to add support for AWS ElasticTranscoder [\#14](https://github.com/fog/fog-aws/issues/14)
129
+ - add missing attributes to aws describe\_reserved\_instances parser [\#13](https://github.com/fog/fog-aws/issues/13)
130
+ - AWS AutoScaling group min\_size & max\_size getting set to 0 [\#12](https://github.com/fog/fog-aws/issues/12)
131
+ - auto\_scaling\_group.instances does not return only instances for that group [\#11](https://github.com/fog/fog-aws/issues/11)
132
+ - Why are the credential keys not generalized? [\#10](https://github.com/fog/fog-aws/issues/10)
133
+ - Invalid XML Character in S3 Response [\#8](https://github.com/fog/fog-aws/issues/8)
134
+ - reading s3 upload progress [\#7](https://github.com/fog/fog-aws/issues/7)
135
+ - delete\_on\_termination=true attribute on new volume is not set on create [\#6](https://github.com/fog/fog-aws/issues/6)
136
+ - user\_data is still base64 encoded in Real launch\_configurations [\#5](https://github.com/fog/fog-aws/issues/5)
137
+
138
+ **Merged pull requests:**
139
+
140
+ - Add storage option to configure multipart put/copy [\#616](https://github.com/fog/fog-aws/pull/616) ([slonopotamus](https://github.com/slonopotamus))
141
+ - Bump actions/stale from 3.0.19 to 4 [\#615](https://github.com/fog/fog-aws/pull/615) ([dependabot[bot]](https://github.com/apps/dependabot))
142
+ - Update file.rb [\#613](https://github.com/fog/fog-aws/pull/613) ([iqre8](https://github.com/iqre8))
143
+ - fix storage for ruby 3.0 [\#611](https://github.com/fog/fog-aws/pull/611) ([vincentjoseph](https://github.com/vincentjoseph))
144
+ - Implement AWS TagSpecifications \(closes \#603\) [\#610](https://github.com/fog/fog-aws/pull/610) ([eLvErDe](https://github.com/eLvErDe))
145
+ - Bump actions/stale from 3.0.18 to 3.0.19 [\#609](https://github.com/fog/fog-aws/pull/609) ([dependabot[bot]](https://github.com/apps/dependabot))
146
+ - Bump actions/stale from 3 to 3.0.18 [\#608](https://github.com/fog/fog-aws/pull/608) ([dependabot[bot]](https://github.com/apps/dependabot))
147
+ - Bump actions/checkout from 2 to 2.3.4 [\#607](https://github.com/fog/fog-aws/pull/607) ([dependabot[bot]](https://github.com/apps/dependabot))
148
+ - drop git in gemspec [\#602](https://github.com/fog/fog-aws/pull/602) ([abrahamparayil](https://github.com/abrahamparayil))
149
+ - Update rubyzip requirement from ~\> 1.3.0 to ~\> 2.3.0 [\#601](https://github.com/fog/fog-aws/pull/601) ([dependabot[bot]](https://github.com/apps/dependabot))
150
+
151
+ ## [v3.10.0](https://github.com/fog/fog-aws/tree/v3.10.0) (2021-03-22)
152
+
153
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.9.0...v3.10.0)
154
+
155
+ **Closed issues:**
156
+
157
+ - Fog::AWS::Storage timeout against S3 [\#599](https://github.com/fog/fog-aws/issues/599)
158
+ - Incorrect bucket redirection URL generation [\#594](https://github.com/fog/fog-aws/issues/594)
159
+ - Fully Support SSE-C encryption [\#571](https://github.com/fog/fog-aws/issues/571)
160
+ - Enable hibernation on creation of ec2 instance [\#566](https://github.com/fog/fog-aws/issues/566)
161
+ - Tests broken with fog-core 2.1.0 [\#504](https://github.com/fog/fog-aws/issues/504)
162
+ - changelog? [\#471](https://github.com/fog/fog-aws/issues/471)
163
+ - How to use iam\_instance\_profile? [\#342](https://github.com/fog/fog-aws/issues/342)
164
+ - how to support additional aws regions, e.g. cn-north-1 [\#164](https://github.com/fog/fog-aws/issues/164)
165
+ - Still empty content-encoding when it is not set [\#130](https://github.com/fog/fog-aws/issues/130)
166
+
167
+ **Merged pull requests:**
168
+
169
+ - Handle multiple versions of objects in multiple delete request [\#600](https://github.com/fog/fog-aws/pull/600) ([shanu-kr](https://github.com/shanu-kr))
170
+ - Add Truffleruby head to CI [\#596](https://github.com/fog/fog-aws/pull/596) ([gogainda](https://github.com/gogainda))
171
+ - Fixes domain name duplication in url [\#593](https://github.com/fog/fog-aws/pull/593) ([midhunkrishna](https://github.com/midhunkrishna))
2
172
 
3
173
  ## [v3.9.0](https://github.com/fog/fog-aws/tree/v3.9.0) (2021-03-02)
4
174
 
@@ -11,6 +181,7 @@
11
181
  - Enable test on Ruby 3.0 [\#591](https://github.com/fog/fog-aws/pull/591) ([voxik](https://github.com/voxik))
12
182
 
13
183
  ## [v3.8.0](https://github.com/fog/fog-aws/tree/v3.8.0) (2021-01-13)
184
+
14
185
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.7.0...v3.8.0)
15
186
 
16
187
  **Closed issues:**
@@ -25,6 +196,7 @@
25
196
  - Update .travis.yml [\#584](https://github.com/fog/fog-aws/pull/584) ([nageshlop](https://github.com/nageshlop))
26
197
 
27
198
  ## [v3.7.0](https://github.com/fog/fog-aws/tree/v3.7.0) (2020-12-01)
199
+
28
200
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.7...v3.7.0)
29
201
 
30
202
  **Closed issues:**
@@ -41,6 +213,7 @@
41
213
  - Add AssumeRoleWithWebIdentity to fetch\_credentials [\#576](https://github.com/fog/fog-aws/pull/576) ([jpac-run](https://github.com/jpac-run))
42
214
 
43
215
  ## [v3.6.7](https://github.com/fog/fog-aws/tree/v3.6.7) (2020-08-26)
216
+
44
217
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.6...v3.6.7)
45
218
 
46
219
  **Merged pull requests:**
@@ -48,6 +221,7 @@
48
221
  - S3 dot Region endpoint structure applied [\#574](https://github.com/fog/fog-aws/pull/574) ([gharutyunyan-vineti](https://github.com/gharutyunyan-vineti))
49
222
 
50
223
  ## [v3.6.6](https://github.com/fog/fog-aws/tree/v3.6.6) (2020-06-23)
224
+
51
225
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.5...v3.6.6)
52
226
 
53
227
  **Closed issues:**
@@ -62,6 +236,7 @@
62
236
  - Fix VPC model is\_default requires [\#567](https://github.com/fog/fog-aws/pull/567) ([biinari](https://github.com/biinari))
63
237
 
64
238
  ## [v3.6.5](https://github.com/fog/fog-aws/tree/v3.6.5) (2020-05-22)
239
+
65
240
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.4...v3.6.5)
66
241
 
67
242
  **Closed issues:**
@@ -76,6 +251,7 @@
76
251
  - Gracefully handle failure of IMDSv2 and allow fallback to IMDSv1 [\#562](https://github.com/fog/fog-aws/pull/562) ([atyndall](https://github.com/atyndall))
77
252
 
78
253
  ## [v3.6.4](https://github.com/fog/fog-aws/tree/v3.6.4) (2020-05-14)
254
+
79
255
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.3...v3.6.4)
80
256
 
81
257
  **Closed issues:**
@@ -88,6 +264,7 @@
88
264
  - Don’t install development scripts [\#557](https://github.com/fog/fog-aws/pull/557) ([amarshall](https://github.com/amarshall))
89
265
 
90
266
  ## [v3.6.3](https://github.com/fog/fog-aws/tree/v3.6.3) (2020-04-22)
267
+
91
268
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.2...v3.6.3)
92
269
 
93
270
  **Merged pull requests:**
@@ -97,6 +274,7 @@
97
274
  - Update kinesis.rb [\#553](https://github.com/fog/fog-aws/pull/553) ([ioquatix](https://github.com/ioquatix))
98
275
 
99
276
  ## [v3.6.2](https://github.com/fog/fog-aws/tree/v3.6.2) (2020-03-24)
277
+
100
278
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.5.2...v3.6.2)
101
279
 
102
280
  **Closed issues:**
@@ -127,6 +305,7 @@
127
305
  - Fix subnet's parsings [\#529](https://github.com/fog/fog-aws/pull/529) ([KevinLoiseau](https://github.com/KevinLoiseau))
128
306
 
129
307
  ## [v3.5.2](https://github.com/fog/fog-aws/tree/v3.5.2) (2019-07-16)
308
+
130
309
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.5.1...v3.5.2)
131
310
 
132
311
  **Closed issues:**
@@ -141,6 +320,7 @@
141
320
  - Make S3 Signature v4 streaming optional [\#525](https://github.com/fog/fog-aws/pull/525) ([stanhu](https://github.com/stanhu))
142
321
 
143
322
  ## [v3.5.1](https://github.com/fog/fog-aws/tree/v3.5.1) (2019-06-10)
323
+
144
324
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.5.0...v3.5.1)
145
325
 
146
326
  **Merged pull requests:**
@@ -149,6 +329,7 @@
149
329
  - Add support for generating tree hash tests by adding unaligned parts. [\#521](https://github.com/fog/fog-aws/pull/521) ([hkmaly](https://github.com/hkmaly))
150
330
 
151
331
  ## [v3.5.0](https://github.com/fog/fog-aws/tree/v3.5.0) (2019-04-25)
332
+
152
333
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.4.0...v3.5.0)
153
334
 
154
335
  **Closed issues:**
@@ -163,6 +344,7 @@
163
344
  - Enhance/add attribute db subnet group for db instance [\#511](https://github.com/fog/fog-aws/pull/511) ([KevinLoiseau](https://github.com/KevinLoiseau))
164
345
 
165
346
  ## [v3.4.0](https://github.com/fog/fog-aws/tree/v3.4.0) (2019-03-11)
347
+
166
348
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.3.0...v3.4.0)
167
349
 
168
350
  **Closed issues:**
@@ -201,6 +383,7 @@
201
383
  - add tags for describe address [\#474](https://github.com/fog/fog-aws/pull/474) ([toubs13](https://github.com/toubs13))
202
384
 
203
385
  ## [v3.3.0](https://github.com/fog/fog-aws/tree/v3.3.0) (2018-09-18)
386
+
204
387
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.2.0...v3.3.0)
205
388
 
206
389
  **Merged pull requests:**
@@ -208,6 +391,7 @@
208
391
  - Rename CDN::AWS to AWS::CDN [\#467](https://github.com/fog/fog-aws/pull/467) ([jaredbeck](https://github.com/jaredbeck))
209
392
 
210
393
  ## [v3.2.0](https://github.com/fog/fog-aws/tree/v3.2.0) (2018-09-17)
394
+
211
395
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.1.0...v3.2.0)
212
396
 
213
397
  **Merged pull requests:**
@@ -217,6 +401,7 @@
217
401
  - Rename Compute::AWS to AWS::Compute [\#468](https://github.com/fog/fog-aws/pull/468) ([sue445](https://github.com/sue445))
218
402
 
219
403
  ## [v3.1.0](https://github.com/fog/fog-aws/tree/v3.1.0) (2018-09-17)
404
+
220
405
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.0.0...v3.1.0)
221
406
 
222
407
  **Closed issues:**
@@ -248,6 +433,7 @@
248
433
  - SetInstanceProtection endpoint for auto scaling groups support [\#436](https://github.com/fog/fog-aws/pull/436) ([thorn](https://github.com/thorn))
249
434
 
250
435
  ## [v3.0.0](https://github.com/fog/fog-aws/tree/v3.0.0) (2018-04-23)
436
+
251
437
  [Full Changelog](https://github.com/fog/fog-aws/compare/v2.0.1...v3.0.0)
252
438
 
253
439
  **Closed issues:**
@@ -265,6 +451,7 @@
265
451
  - fog-core 2.x, fog-json 1.x [\#433](https://github.com/fog/fog-aws/pull/433) ([lanej](https://github.com/lanej))
266
452
 
267
453
  ## [v2.0.1](https://github.com/fog/fog-aws/tree/v2.0.1) (2018-02-28)
454
+
268
455
  [Full Changelog](https://github.com/fog/fog-aws/compare/v2.0.0...v2.0.1)
269
456
 
270
457
  **Closed issues:**
@@ -282,6 +469,7 @@
282
469
  - add france \(eu-west-3\) new region, fix \#424 [\#425](https://github.com/fog/fog-aws/pull/425) ([Val](https://github.com/Val))
283
470
 
284
471
  ## [v2.0.0](https://github.com/fog/fog-aws/tree/v2.0.0) (2017-11-28)
472
+
285
473
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.4.1...v2.0.0)
286
474
 
287
475
  **Closed issues:**
@@ -307,7 +495,7 @@
307
495
  - Update rds instance options model [\#406](https://github.com/fog/fog-aws/pull/406) ([carloslima](https://github.com/carloslima))
308
496
  - Drop Ruby\<2.0 support [\#405](https://github.com/fog/fog-aws/pull/405) ([tbrisker](https://github.com/tbrisker))
309
497
  - allow Gemfile-edge travis builds to fail [\#403](https://github.com/fog/fog-aws/pull/403) ([lanej](https://github.com/lanej))
310
- - Add `default\_for\_az` attribute to subnet [\#402](https://github.com/fog/fog-aws/pull/402) ([rzaharenkov](https://github.com/rzaharenkov))
498
+ - Add `default_for_az` attribute to subnet [\#402](https://github.com/fog/fog-aws/pull/402) ([rzaharenkov](https://github.com/rzaharenkov))
311
499
  - bundler ~\> 1.15 [\#399](https://github.com/fog/fog-aws/pull/399) ([lanej](https://github.com/lanej))
312
500
  - Fix detaching instances from auto scaling group. [\#397](https://github.com/fog/fog-aws/pull/397) ([rzaharenkov](https://github.com/rzaharenkov))
313
501
  - Issue \#387 Fog::Compute::AWS::Vpcs returns VPCs with nil ids [\#396](https://github.com/fog/fog-aws/pull/396) ([maguec](https://github.com/maguec))
@@ -319,6 +507,7 @@
319
507
  - fix default\_security\_group detection [\#348](https://github.com/fog/fog-aws/pull/348) ([lanej](https://github.com/lanej))
320
508
 
321
509
  ## [v1.4.1](https://github.com/fog/fog-aws/tree/v1.4.1) (2017-08-23)
510
+
322
511
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.4.0...v1.4.1)
323
512
 
324
513
  **Closed issues:**
@@ -338,6 +527,7 @@
338
527
  - Fix AWS credential mocking [\#374](https://github.com/fog/fog-aws/pull/374) ([v-yarotsky](https://github.com/v-yarotsky))
339
528
 
340
529
  ## [v1.4.0](https://github.com/fog/fog-aws/tree/v1.4.0) (2017-06-14)
530
+
341
531
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.3.0...v1.4.0)
342
532
 
343
533
  **Closed issues:**
@@ -359,6 +549,7 @@
359
549
  - Skip call to instance metadata host if region is specified [\#360](https://github.com/fog/fog-aws/pull/360) ([ankane](https://github.com/ankane))
360
550
 
361
551
  ## [v1.3.0](https://github.com/fog/fog-aws/tree/v1.3.0) (2017-03-29)
552
+
362
553
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.2.1...v1.3.0)
363
554
 
364
555
  **Closed issues:**
@@ -374,6 +565,7 @@
374
565
  - Modify volume [\#350](https://github.com/fog/fog-aws/pull/350) ([ehowe](https://github.com/ehowe))
375
566
 
376
567
  ## [v1.2.1](https://github.com/fog/fog-aws/tree/v1.2.1) (2017-02-27)
568
+
377
569
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.2.0...v1.2.1)
378
570
 
379
571
  **Closed issues:**
@@ -389,6 +581,7 @@
389
581
  - Fix multipart upload [\#340](https://github.com/fog/fog-aws/pull/340) ([nobmurakita](https://github.com/nobmurakita))
390
582
 
391
583
  ## [v1.2.0](https://github.com/fog/fog-aws/tree/v1.2.0) (2017-01-20)
584
+
392
585
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.1.0...v1.2.0)
393
586
 
394
587
  **Closed issues:**
@@ -403,6 +596,7 @@
403
596
  - Fixes / improvements for AutoScaling [\#334](https://github.com/fog/fog-aws/pull/334) ([lanej](https://github.com/lanej))
404
597
 
405
598
  ## [v1.1.0](https://github.com/fog/fog-aws/tree/v1.1.0) (2016-12-16)
599
+
406
600
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.0.0...v1.1.0)
407
601
 
408
602
  **Closed issues:**
@@ -417,6 +611,7 @@
417
611
  - credential\_fetcher: Mark AWS metadata calls as idempotent [\#329](https://github.com/fog/fog-aws/pull/329) ([mtekel](https://github.com/mtekel))
418
612
 
419
613
  ## [v1.0.0](https://github.com/fog/fog-aws/tree/v1.0.0) (2016-12-12)
614
+
420
615
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.13.0...v1.0.0)
421
616
 
422
617
  **Merged pull requests:**
@@ -427,6 +622,7 @@
427
622
  - data pipeline mocks [\#318](https://github.com/fog/fog-aws/pull/318) ([ehowe](https://github.com/ehowe))
428
623
 
429
624
  ## [v0.13.0](https://github.com/fog/fog-aws/tree/v0.13.0) (2016-11-29)
625
+
430
626
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.12.0...v0.13.0)
431
627
 
432
628
  **Closed issues:**
@@ -445,7 +641,7 @@
445
641
  - Fixed some missing parts in change sets [\#322](https://github.com/fog/fog-aws/pull/322) ([nilroy](https://github.com/nilroy))
446
642
  - Add creation date and enhanced networking support for images [\#321](https://github.com/fog/fog-aws/pull/321) ([puneetloya](https://github.com/puneetloya))
447
643
  - Fix warnings in running tests [\#319](https://github.com/fog/fog-aws/pull/319) ([ebihara99999](https://github.com/ebihara99999))
448
- - Add `Fog::AWS::STS.Mock\#assume\_role` [\#316](https://github.com/fog/fog-aws/pull/316) ([pedrommonteiro](https://github.com/pedrommonteiro))
644
+ - Add `Fog::AWS::STS.Mock#assume_role` [\#316](https://github.com/fog/fog-aws/pull/316) ([pedrommonteiro](https://github.com/pedrommonteiro))
449
645
  - Ohio region [\#314](https://github.com/fog/fog-aws/pull/314) ([chanakyacool](https://github.com/chanakyacool))
450
646
  - mime types gem update [\#312](https://github.com/fog/fog-aws/pull/312) ([lucianosousa](https://github.com/lucianosousa))
451
647
  - fix S3 \#delete\_multiple\_objects for UTF-8 names [\#310](https://github.com/fog/fog-aws/pull/310) ([alepore](https://github.com/alepore))
@@ -455,6 +651,7 @@
455
651
  - Modify Db subnet group [\#293](https://github.com/fog/fog-aws/pull/293) ([chanakyacool](https://github.com/chanakyacool))
456
652
 
457
653
  ## [v0.12.0](https://github.com/fog/fog-aws/tree/v0.12.0) (2016-09-22)
654
+
458
655
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.11.0...v0.12.0)
459
656
 
460
657
  **Implemented enhancements:**
@@ -476,6 +673,7 @@
476
673
  - Cloud Formation: support for change sets, stack policy and other missing calls. [\#297](https://github.com/fog/fog-aws/pull/297) ([neillturner](https://github.com/neillturner))
477
674
 
478
675
  ## [v0.11.0](https://github.com/fog/fog-aws/tree/v0.11.0) (2016-08-04)
676
+
479
677
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.10.0...v0.11.0)
480
678
 
481
679
  **Merged pull requests:**
@@ -487,6 +685,7 @@
487
685
  - Change DBSubnetGroup to DBSubnetGroupName model cluster while creation [\#279](https://github.com/fog/fog-aws/pull/279) ([chanakyacool](https://github.com/chanakyacool))
488
686
 
489
687
  ## [v0.10.0](https://github.com/fog/fog-aws/tree/v0.10.0) (2016-07-15)
688
+
490
689
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.4...v0.10.0)
491
690
 
492
691
  **Closed issues:**
@@ -504,6 +703,7 @@
504
703
  - add default region to use\_iam\_profile [\#268](https://github.com/fog/fog-aws/pull/268) ([shaiguitar](https://github.com/shaiguitar))
505
704
 
506
705
  ## [v0.9.4](https://github.com/fog/fog-aws/tree/v0.9.4) (2016-06-28)
706
+
507
707
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.3...v0.9.4)
508
708
 
509
709
  **Closed issues:**
@@ -518,6 +718,7 @@
518
718
  - AWS DNS - support newer DNS hosted zone IDs for dualstack ELBs [\#263](https://github.com/fog/fog-aws/pull/263) ([mattheworiordan](https://github.com/mattheworiordan))
519
719
 
520
720
  ## [v0.9.3](https://github.com/fog/fog-aws/tree/v0.9.3) (2016-06-20)
721
+
521
722
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.2...v0.9.3)
522
723
 
523
724
  **Closed issues:**
@@ -525,7 +726,7 @@
525
726
  - Users list is empty in Fog::AWS::IAM::Groups [\#256](https://github.com/fog/fog-aws/issues/256)
526
727
  - I'd like to configure my Excon read\_timeout and write\_timeout [\#254](https://github.com/fog/fog-aws/issues/254)
527
728
  - Bump fog-core to \>=1.38.0 [\#247](https://github.com/fog/fog-aws/issues/247)
528
- - no implicit conversion of Array into String in `aws/storage.rb` from `bucket\_name` in params. [\#246](https://github.com/fog/fog-aws/issues/246)
729
+ - no implicit conversion of Array into String in `aws/storage.rb` from `bucket_name` in params. [\#246](https://github.com/fog/fog-aws/issues/246)
529
730
  - \[S3\] Bucket name gets duplicated in case of redirect from AWS [\#242](https://github.com/fog/fog-aws/issues/242)
530
731
  - CloudFormation stack tags cause describe\_stacks to break [\#240](https://github.com/fog/fog-aws/issues/240)
531
732
 
@@ -540,6 +741,7 @@
540
741
  - Add log warning message about when not on us-region [\#200](https://github.com/fog/fog-aws/pull/200) ([kitofr](https://github.com/kitofr))
541
742
 
542
743
  ## [v0.9.2](https://github.com/fog/fog-aws/tree/v0.9.2) (2016-03-23)
744
+
543
745
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.1...v0.9.2)
544
746
 
545
747
  **Closed issues:**
@@ -551,9 +753,11 @@
551
753
  - Aurora [\#238](https://github.com/fog/fog-aws/pull/238) ([ehowe](https://github.com/ehowe))
552
754
 
553
755
  ## [v0.9.1](https://github.com/fog/fog-aws/tree/v0.9.1) (2016-03-04)
756
+
554
757
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.8.2...v0.9.1)
555
758
 
556
759
  ## [v0.8.2](https://github.com/fog/fog-aws/tree/v0.8.2) (2016-03-04)
760
+
557
761
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.0...v0.8.2)
558
762
 
559
763
  **Merged pull requests:**
@@ -561,6 +765,7 @@
561
765
  - autoscaler attach/detatch [\#229](https://github.com/fog/fog-aws/pull/229) ([shaiguitar](https://github.com/shaiguitar))
562
766
 
563
767
  ## [v0.9.0](https://github.com/fog/fog-aws/tree/v0.9.0) (2016-03-03)
768
+
564
769
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.8.1...v0.9.0)
565
770
 
566
771
  **Closed issues:**
@@ -581,6 +786,7 @@
581
786
  - restore db instance fom db snapshot [\#217](https://github.com/fog/fog-aws/pull/217) ([ehowe](https://github.com/ehowe))
582
787
 
583
788
  ## [v0.8.1](https://github.com/fog/fog-aws/tree/v0.8.1) (2016-01-08)
789
+
584
790
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.8.0...v0.8.1)
585
791
 
586
792
  **Merged pull requests:**
@@ -588,6 +794,7 @@
588
794
  - Add new aws regions [\#213](https://github.com/fog/fog-aws/pull/213) ([atmos](https://github.com/atmos))
589
795
 
590
796
  ## [v0.8.0](https://github.com/fog/fog-aws/tree/v0.8.0) (2016-01-04)
797
+
591
798
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.6...v0.8.0)
592
799
 
593
800
  **Fixed bugs:**
@@ -628,6 +835,7 @@
628
835
  - properly mock rds name update [\#170](https://github.com/fog/fog-aws/pull/170) ([ehowe](https://github.com/ehowe))
629
836
 
630
837
  ## [v0.7.6](https://github.com/fog/fog-aws/tree/v0.7.6) (2015-08-26)
838
+
631
839
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.5...v0.7.6)
632
840
 
633
841
  **Closed issues:**
@@ -640,6 +848,7 @@
640
848
  - Mocked put\_bucket no longer clobbers existing bucket [\#174](https://github.com/fog/fog-aws/pull/174) ([jgr](https://github.com/jgr))
641
849
 
642
850
  ## [v0.7.5](https://github.com/fog/fog-aws/tree/v0.7.5) (2015-08-24)
851
+
643
852
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.4...v0.7.5)
644
853
 
645
854
  **Closed issues:**
@@ -661,6 +870,7 @@
661
870
  - update \#promote\_read\_replica mock [\#158](https://github.com/fog/fog-aws/pull/158) ([lanej](https://github.com/lanej))
662
871
 
663
872
  ## [v0.7.4](https://github.com/fog/fog-aws/tree/v0.7.4) (2015-07-30)
873
+
664
874
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.3...v0.7.4)
665
875
 
666
876
  **Fixed bugs:**
@@ -672,6 +882,7 @@
672
882
  - AutoScaling attach/detach ELB support + tests [\#156](https://github.com/fog/fog-aws/pull/156) ([nbfowler](https://github.com/nbfowler))
673
883
 
674
884
  ## [v0.7.3](https://github.com/fog/fog-aws/tree/v0.7.3) (2015-07-10)
885
+
675
886
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.2...v0.7.3)
676
887
 
677
888
  **Closed issues:**
@@ -683,6 +894,7 @@
683
894
  - encrypted storage on rds [\#153](https://github.com/fog/fog-aws/pull/153) ([ehowe](https://github.com/ehowe))
684
895
 
685
896
  ## [v0.7.2](https://github.com/fog/fog-aws/tree/v0.7.2) (2015-07-08)
897
+
686
898
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.1...v0.7.2)
687
899
 
688
900
  **Fixed bugs:**
@@ -694,6 +906,7 @@
694
906
  - fix \#change\_resource\_record\_sets [\#151](https://github.com/fog/fog-aws/pull/151) ([lanej](https://github.com/lanej))
695
907
 
696
908
  ## [v0.7.1](https://github.com/fog/fog-aws/tree/v0.7.1) (2015-07-08)
909
+
697
910
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.0...v0.7.1)
698
911
 
699
912
  **Merged pull requests:**
@@ -702,6 +915,7 @@
702
915
  - Fix blank content-encoding headers [\#147](https://github.com/fog/fog-aws/pull/147) ([fcheung](https://github.com/fcheung))
703
916
 
704
917
  ## [v0.7.0](https://github.com/fog/fog-aws/tree/v0.7.0) (2015-07-07)
918
+
705
919
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.6.0...v0.7.0)
706
920
 
707
921
  **Closed issues:**
@@ -718,6 +932,7 @@
718
932
  - list\_hosted\_zones expects that options to be hash with symbol as key [\#139](https://github.com/fog/fog-aws/pull/139) ([slashmili](https://github.com/slashmili))
719
933
 
720
934
  ## [v0.6.0](https://github.com/fog/fog-aws/tree/v0.6.0) (2015-06-23)
935
+
721
936
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.5.0...v0.6.0)
722
937
 
723
938
  **Merged pull requests:**
@@ -725,6 +940,7 @@
725
940
  - Add support for AWS Lambda service [\#123](https://github.com/fog/fog-aws/pull/123) ([nomadium](https://github.com/nomadium))
726
941
 
727
942
  ## [v0.5.0](https://github.com/fog/fog-aws/tree/v0.5.0) (2015-06-17)
943
+
728
944
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.4.1...v0.5.0)
729
945
 
730
946
  **Merged pull requests:**
@@ -734,6 +950,7 @@
734
950
  - Add support for EC2 Container Service [\#120](https://github.com/fog/fog-aws/pull/120) ([nomadium](https://github.com/nomadium))
735
951
 
736
952
  ## [v0.4.1](https://github.com/fog/fog-aws/tree/v0.4.1) (2015-06-15)
953
+
737
954
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.4.0...v0.4.1)
738
955
 
739
956
  **Closed issues:**
@@ -753,6 +970,7 @@
753
970
  - model managed policies [\#126](https://github.com/fog/fog-aws/pull/126) ([lanej](https://github.com/lanej))
754
971
 
755
972
  ## [v0.4.0](https://github.com/fog/fog-aws/tree/v0.4.0) (2015-05-27)
973
+
756
974
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.3.0...v0.4.0)
757
975
 
758
976
  **Merged pull requests:**
@@ -760,6 +978,7 @@
760
978
  - model iam groups [\#121](https://github.com/fog/fog-aws/pull/121) ([lanej](https://github.com/lanej))
761
979
 
762
980
  ## [v0.3.0](https://github.com/fog/fog-aws/tree/v0.3.0) (2015-05-21)
981
+
763
982
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.2.2...v0.3.0)
764
983
 
765
984
  **Closed issues:**
@@ -772,9 +991,11 @@
772
991
  - Added a new request - describe\_instance\_attribute [\#110](https://github.com/fog/fog-aws/pull/110) ([nilroy](https://github.com/nilroy))
773
992
 
774
993
  ## [v0.2.2](https://github.com/fog/fog-aws/tree/v0.2.2) (2015-05-13)
994
+
775
995
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.2.1...v0.2.2)
776
996
 
777
997
  ## [v0.2.1](https://github.com/fog/fog-aws/tree/v0.2.1) (2015-05-13)
998
+
778
999
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.2.0...v0.2.1)
779
1000
 
780
1001
  **Merged pull requests:**
@@ -782,6 +1003,7 @@
782
1003
  - mocks for topic permissions [\#111](https://github.com/fog/fog-aws/pull/111) ([lanej](https://github.com/lanej))
783
1004
 
784
1005
  ## [v0.2.0](https://github.com/fog/fog-aws/tree/v0.2.0) (2015-05-13)
1006
+
785
1007
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.1.2...v0.2.0)
786
1008
 
787
1009
  **Implemented enhancements:**
@@ -808,13 +1030,14 @@
808
1030
  - Fix mock VPC ELB creation in regions other than us-east-1 [\#94](https://github.com/fog/fog-aws/pull/94) ([mrpoundsign](https://github.com/mrpoundsign))
809
1031
  - Fix repository URL in README.md [\#91](https://github.com/fog/fog-aws/pull/91) ([tricknotes](https://github.com/tricknotes))
810
1032
  - adding support for d2 instance type [\#90](https://github.com/fog/fog-aws/pull/90) ([yumminhuang](https://github.com/yumminhuang))
811
- - Support weight round robin mock [\#89](https://github.com/fog/fog-aws/pull/89) ([freddy1666](https://github.com/freddy1666))
1033
+ - Support weight round robin mock [\#89](https://github.com/fog/fog-aws/pull/89) ([freddy61025](https://github.com/freddy61025))
812
1034
  - Update README.md [\#87](https://github.com/fog/fog-aws/pull/87) ([nomadium](https://github.com/nomadium))
813
1035
  - Add mock for EC2 request\_spot\_instances API request [\#86](https://github.com/fog/fog-aws/pull/86) ([nomadium](https://github.com/nomadium))
814
1036
  - Move more requires to autoload [\#85](https://github.com/fog/fog-aws/pull/85) ([plribeiro3000](https://github.com/plribeiro3000))
815
1037
  - Add mock for EC2 describe\_spot\_price\_history API request [\#84](https://github.com/fog/fog-aws/pull/84) ([nomadium](https://github.com/nomadium))
816
1038
 
817
1039
  ## [v0.1.2](https://github.com/fog/fog-aws/tree/v0.1.2) (2015-04-07)
1040
+
818
1041
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.1.1...v0.1.2)
819
1042
 
820
1043
  **Closed issues:**
@@ -844,6 +1067,7 @@
844
1067
  - Add support for cname buckets [\#61](https://github.com/fog/fog-aws/pull/61) ([dsgh](https://github.com/dsgh))
845
1068
 
846
1069
  ## [v0.1.1](https://github.com/fog/fog-aws/tree/v0.1.1) (2015-02-25)
1070
+
847
1071
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.1.0...v0.1.1)
848
1072
 
849
1073
  **Closed issues:**
@@ -865,6 +1089,7 @@
865
1089
  - don't allow sg authorization to unknown sgs [\#49](https://github.com/fog/fog-aws/pull/49) ([lanej](https://github.com/lanej))
866
1090
 
867
1091
  ## [v0.1.0](https://github.com/fog/fog-aws/tree/v0.1.0) (2015-02-03)
1092
+
868
1093
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.8...v0.1.0)
869
1094
 
870
1095
  **Closed issues:**
@@ -876,21 +1101,11 @@
876
1101
  - Fix v4 signature when path has repeated slashes in the middle [\#46](https://github.com/fog/fog-aws/pull/46) ([fcheung](https://github.com/fcheung))
877
1102
  - get signin token for federation [\#45](https://github.com/fog/fog-aws/pull/45) ([ehowe](https://github.com/ehowe))
878
1103
  - add 'volumeType' and 'encrypted' to blockDeviceMapping parser [\#43](https://github.com/fog/fog-aws/pull/43) ([ichii386](https://github.com/ichii386))
879
- - default namespace and evaluation period on alarm [\#37](https://github.com/fog/fog-aws/pull/37) ([michelleN](https://github.com/michelleN))
880
-
881
- ## [v0.0.8](https://github.com/fog/fog-aws/tree/v0.0.8) (2015-01-27)
882
- [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.7...v0.0.8)
883
-
884
- **Closed issues:**
885
-
886
- - NoMethodError - undefined method `signature\_parameters' for nil:NilClass [\#28](https://github.com/fog/fog-aws/issues/28)
887
-
888
- **Merged pull requests:**
889
-
890
1104
  - add missing mocks [\#41](https://github.com/fog/fog-aws/pull/41) ([michelleN](https://github.com/michelleN))
891
1105
  - Add idempotent excon option to some route53 API calls [\#40](https://github.com/fog/fog-aws/pull/40) ([josacar](https://github.com/josacar))
892
1106
  - Allow for AWS errors not specifying region [\#39](https://github.com/fog/fog-aws/pull/39) ([greysteil](https://github.com/greysteil))
893
1107
  - correct engine version param on rds replicas [\#38](https://github.com/fog/fog-aws/pull/38) ([lanej](https://github.com/lanej))
1108
+ - default namespace and evaluation period on alarm [\#37](https://github.com/fog/fog-aws/pull/37) ([michelleN](https://github.com/michelleN))
894
1109
  - \[AWS|Autoscaling\] Add missing ebs attributes to describe\_launch\_configurations [\#35](https://github.com/fog/fog-aws/pull/35) ([fcheung](https://github.com/fcheung))
895
1110
  - \[AWS|Storage\] signed\_url should use v2 signature when aws\_signature\_version is 2 [\#34](https://github.com/fog/fog-aws/pull/34) ([fcheung](https://github.com/fcheung))
896
1111
  - BUGFIX: When fog\_credentials endpoint is set @region defaults to nil [\#33](https://github.com/fog/fog-aws/pull/33) ([nicholasklick](https://github.com/nicholasklick))
@@ -899,7 +1114,16 @@
899
1114
  - Add PlacementTenancy to launch configuration parser and test case [\#29](https://github.com/fog/fog-aws/pull/29) ([benpillet](https://github.com/benpillet))
900
1115
  - Use Fog::Formatador [\#27](https://github.com/fog/fog-aws/pull/27) ([ghost](https://github.com/ghost))
901
1116
 
1117
+ ## [v0.0.8](https://github.com/fog/fog-aws/tree/v0.0.8) (2015-01-27)
1118
+
1119
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.7...v0.0.8)
1120
+
1121
+ **Closed issues:**
1122
+
1123
+ - NoMethodError - undefined method `signature\_parameters' for nil:NilClass [\#28](https://github.com/fog/fog-aws/issues/28)
1124
+
902
1125
  ## [v0.0.7](https://github.com/fog/fog-aws/tree/v0.0.7) (2015-01-23)
1126
+
903
1127
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.6...v0.0.7)
904
1128
 
905
1129
  **Closed issues:**
@@ -912,6 +1136,7 @@
912
1136
  - Support for VPC Classic Link [\#3](https://github.com/fog/fog-aws/pull/3) ([fcheung](https://github.com/fcheung))
913
1137
 
914
1138
  ## [v0.0.6](https://github.com/fog/fog-aws/tree/v0.0.6) (2015-01-12)
1139
+
915
1140
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.5...v0.0.6)
916
1141
 
917
1142
  **Closed issues:**
@@ -924,24 +1149,33 @@
924
1149
  - another attempt at s3 region redirecting [\#2](https://github.com/fog/fog-aws/pull/2) ([geemus](https://github.com/geemus))
925
1150
 
926
1151
  ## [v0.0.5](https://github.com/fog/fog-aws/tree/v0.0.5) (2015-01-06)
1152
+
927
1153
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.4...v0.0.5)
928
1154
 
929
1155
  ## [v0.0.4](https://github.com/fog/fog-aws/tree/v0.0.4) (2015-01-04)
1156
+
930
1157
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.3...v0.0.4)
931
1158
 
932
1159
  ## [v0.0.3](https://github.com/fog/fog-aws/tree/v0.0.3) (2015-01-02)
1160
+
933
1161
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.2...v0.0.3)
934
1162
 
935
1163
  ## [v0.0.2](https://github.com/fog/fog-aws/tree/v0.0.2) (2015-01-02)
1164
+
936
1165
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.1...v0.0.2)
937
1166
 
938
1167
  ## [v0.0.1](https://github.com/fog/fog-aws/tree/v0.0.1) (2015-01-02)
1168
+
939
1169
  [Full Changelog](https://github.com/fog/fog-aws/compare/rm...v0.0.1)
940
1170
 
941
1171
  ## [rm](https://github.com/fog/fog-aws/tree/rm) (2014-11-27)
1172
+
942
1173
  [Full Changelog](https://github.com/fog/fog-aws/compare/fog-brightbox_v0.0.1...rm)
943
1174
 
944
1175
  ## [fog-brightbox_v0.0.1](https://github.com/fog/fog-aws/tree/fog-brightbox_v0.0.1) (2014-02-19)
945
1176
 
1177
+ [Full Changelog](https://github.com/fog/fog-aws/compare/d496bcd266d584ffcded6e265e8166138a3fb22a...fog-brightbox_v0.0.1)
1178
+
1179
+
946
1180
 
947
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
1181
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*