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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Fog::Aws
2
2
 
3
3
  ![Gem Version](https://badge.fury.io/rb/fog-aws.svg)
4
- [![Build Status](https://travis-ci.org/fog/fog-aws.svg?branch=master)](https://travis-ci.org/fog/fog-aws)
4
+ [![Build Status](https://github.com/fog/fog-aws/actions/workflows/ruby.yml/badge.svg)](https://github.com/fog/fog-aws/actions/workflows/ruby.yml)
5
5
  [![Test Coverage](https://codeclimate.com/github/fog/fog-aws/badges/coverage.svg)](https://codeclimate.com/github/fog/fog-aws)
6
6
  [![Code Climate](https://codeclimate.com/github/fog/fog-aws.svg)](https://codeclimate.com/github/fog/fog-aws)
7
7
 
data/fog-aws.gemspec CHANGED
@@ -14,21 +14,21 @@ Gem::Specification.new do |spec|
14
14
  spec.homepage = "https://github.com/fog/fog-aws"
15
15
  spec.license = "MIT"
16
16
 
17
- spec.files = `git ls-files -z`.split("\x0")
17
+ spec.files = Dir['lib/**/*.{rb,json}',
18
+ 'CHANGELOG.md', 'CONTRIBUTING.md', 'CONTRIBUTORS.md',
19
+ 'LICENSE.md', 'README.md', 'fog-aws.gemspec',]
18
20
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
20
21
  spec.require_paths = ["lib"]
21
22
 
22
23
  spec.required_ruby_version = '>= 2.0.0'
23
24
 
24
- spec.add_development_dependency 'bundler', '~> 2.0'
25
- spec.add_development_dependency 'github_changelog_generator', '~> 1.14'
25
+ spec.add_development_dependency 'bundler'
26
+ spec.add_development_dependency 'github_changelog_generator', '~> 1.16'
26
27
  spec.add_development_dependency 'rake', '>= 12.3.3'
27
- spec.add_development_dependency 'rubyzip', '~> 1.3.0'
28
+ spec.add_development_dependency 'rubyzip', '~> 2.3.0'
28
29
  spec.add_development_dependency 'shindo', '~> 0.3'
29
30
 
30
31
  spec.add_dependency 'fog-core', '~> 2.1'
31
32
  spec.add_dependency 'fog-json', '~> 1.1'
32
33
  spec.add_dependency 'fog-xml', '~> 0.1'
33
- spec.add_dependency 'ipaddress', '~> 0.8'
34
34
  end
@@ -233,21 +233,24 @@ module Fog
233
233
  'fromPort' => -1,
234
234
  'toPort' => -1,
235
235
  'ipProtocol' => 'icmp',
236
- 'ipRanges' => []
236
+ 'ipRanges' => [],
237
+ 'ipv6Ranges' => []
237
238
  },
238
239
  {
239
240
  'groups' => [{'groupName' => 'default', 'userId' => owner_id, 'groupId' => security_group_id}],
240
241
  'fromPort' => 0,
241
242
  'toPort' => 65535,
242
243
  'ipProtocol' => 'tcp',
243
- 'ipRanges' => []
244
+ 'ipRanges' => [],
245
+ 'ipv6Ranges' => []
244
246
  },
245
247
  {
246
248
  'groups' => [{'groupName' => 'default', 'userId' => owner_id, 'groupId' => security_group_id}],
247
249
  'fromPort' => 0,
248
250
  'toPort' => 65535,
249
251
  'ipProtocol' => 'udp',
250
- 'ipRanges' => []
252
+ 'ipRanges' => [],
253
+ 'ipv6Ranges' => []
251
254
  }
252
255
  ],
253
256
  'ownerId' => owner_id
@@ -13,8 +13,6 @@ module Fog
13
13
 
14
14
  CONTAINER_CREDENTIALS_HOST = "http://169.254.170.2"
15
15
 
16
- STS_GLOBAL_ENDPOINT = "https://sts.amazonaws.com"
17
-
18
16
  module ServiceMethods
19
17
  def fetch_credentials(options)
20
18
  if options[:use_iam_profile] && Fog.mocking?
@@ -23,7 +21,7 @@ module Fog
23
21
  if options[:use_iam_profile]
24
22
  begin
25
23
  role_data = nil
26
- region = options[:region]
24
+ region = options[:region] || ENV["AWS_DEFAULT_REGION"]
27
25
 
28
26
  if ENV["AWS_CONTAINER_CREDENTIALS_RELATIVE_URI"]
29
27
  connection = options[:connection] || Excon.new(CONTAINER_CREDENTIALS_HOST)
@@ -44,7 +42,15 @@ module Fog
44
42
  :WebIdentityToken => File.read(options[:aws_web_identity_token_file] || ENV.fetch("AWS_WEB_IDENTITY_TOKEN_FILE")),
45
43
  :Version => "2011-06-15",
46
44
  }
47
- connection = options[:connection] || Excon.new(STS_GLOBAL_ENDPOINT, :query => params)
45
+
46
+ sts_endpoint =
47
+ if ENV["AWS_STS_REGIONAL_ENDPOINTS"] == "regional" && region
48
+ "https://sts.#{region}.amazonaws.com"
49
+ else
50
+ "https://sts.amazonaws.com"
51
+ end
52
+
53
+ connection = options[:connection] || Excon.new(sts_endpoint, :query => params)
48
54
  document = Nokogiri::XML(connection.get(:idempotent => true, :expects => 200).body)
49
55
 
50
56
  session = {
@@ -65,18 +71,19 @@ module Fog
65
71
  role_name = connection.get(:path => INSTANCE_METADATA_PATH, :idempotent => true, :expects => 200, :headers => token_header).body
66
72
  role_data = connection.get(:path => INSTANCE_METADATA_PATH+role_name, :idempotent => true, :expects => 200, :headers => token_header).body
67
73
  session = Fog::JSON.decode(role_data)
68
-
74
+
69
75
  region ||= connection.get(:path => INSTANCE_METADATA_AZ, :idempotent => true, :expects => 200, :headers => token_header).body[0..-2]
70
76
  end
71
-
77
+
72
78
  credentials = {}
73
79
  credentials[:aws_access_key_id] = session['AccessKeyId']
74
80
  credentials[:aws_secret_access_key] = session['SecretAccessKey']
75
81
  credentials[:aws_session_token] = session['Token']
76
82
  credentials[:aws_credentials_expire_at] = Time.xmlschema session['Expiration']
77
-
83
+
78
84
  # set region by default to the one the instance is in.
79
85
  credentials[:region] = region
86
+ credentials[:sts_endpoint] = sts_endpoint if sts_endpoint
80
87
  #these indicate the metadata service is unavailable or has no profile setup
81
88
  credentials
82
89
  rescue Excon::Error => e
@@ -62,7 +62,8 @@ module Fog
62
62
  # options::
63
63
  # A hash that can contain any of the following keys:
64
64
  # :cidr_ip (defaults to "0.0.0.0/0")
65
- # :group - ("account:group_name" or "account:group_id"), cannot be used with :cidr_ip
65
+ # :cidr_ipv6 cannot be used with :cidr_ip
66
+ # :group - ("account:group_name" or "account:group_id"), cannot be used with :cidr_ip or :cidr_ipv6
66
67
  # :ip_protocol (defaults to "tcp")
67
68
  #
68
69
  # == Returns:
@@ -178,7 +179,8 @@ module Fog
178
179
  # options::
179
180
  # A hash that can contain any of the following keys:
180
181
  # :cidr_ip (defaults to "0.0.0.0/0")
181
- # :group - ("account:group_name" or "account:group_id"), cannot be used with :cidr_ip
182
+ # :cidr_ipv6 cannot be used with :cidr_ip
183
+ # :group - ("account:group_name" or "account:group_id"), cannot be used with :cidr_ip or :cidr_ipv6
182
184
  # :ip_protocol (defaults to "tcp")
183
185
  #
184
186
  # == Returns:
@@ -327,9 +329,15 @@ module Fog
327
329
  }
328
330
 
329
331
  if options[:group].nil?
330
- ip_permission['IpRanges'] = [
331
- { 'CidrIp' => options[:cidr_ip] || '0.0.0.0/0' }
332
- ]
332
+ if options[:cidr_ipv6].nil?
333
+ ip_permission['IpRanges'] = [
334
+ { 'CidrIp' => options[:cidr_ip] || '0.0.0.0/0' }
335
+ ]
336
+ else
337
+ ip_permission['Ipv6Ranges'] = [
338
+ { 'CidrIpv6' => options[:cidr_ipv6] }
339
+ ]
340
+ end
333
341
  else
334
342
  ip_permission['Groups'] = [
335
343
  group_info(options[:group])
@@ -50,6 +50,7 @@ module Fog
50
50
  attribute :subnet_id, :aliases => 'subnetId'
51
51
  attribute :tenancy
52
52
  attribute :tags, :aliases => 'tagSet'
53
+ attribute :tag_specifications, :aliases => 'tagSpecifications'
53
54
  attribute :user_data
54
55
  attribute :virtualization_type, :aliases => 'virtualizationType'
55
56
  attribute :vpc_id, :aliases => 'vpcId'
@@ -166,6 +167,7 @@ module Fog
166
167
  'SecurityGroupId' => security_group_ids,
167
168
  'SubnetId' => subnet_id,
168
169
  'UserData' => user_data,
170
+ 'TagSpecifications' => tag_specifications,
169
171
  }
170
172
  options.delete_if {|key, value| value.nil?}
171
173
 
@@ -4,8 +4,11 @@ module Fog
4
4
  module AWS
5
5
  class Storage
6
6
  class File < Fog::Model
7
- MIN_MULTIPART_CHUNK_SIZE = 5242880
8
- MAX_SINGLE_PUT_SIZE = 5368709120
7
+ # @deprecated use {Fog::AWS::Storage::MIN_MULTIPART_CHUNK_SIZE} instead
8
+ MIN_MULTIPART_CHUNK_SIZE = Fog::AWS::Storage::MIN_MULTIPART_CHUNK_SIZE
9
+ # @deprecated use {Fog::AWS::Storage::MAX_SINGLE_PUT_SIZE} instead
10
+ MAX_SINGLE_PUT_SIZE = Fog::AWS::Storage::MAX_SINGLE_PUT_SIZE
11
+ # @deprecated not used for anything
9
12
  MULTIPART_COPY_THRESHOLD = 15728640
10
13
 
11
14
  # @see AWS Object docs http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectOps.html
@@ -30,6 +33,7 @@ module Fog
30
33
  attribute :version, :aliases => 'x-amz-version-id'
31
34
  attribute :kms_key_id, :aliases => 'x-amz-server-side-encryption-aws-kms-key-id'
32
35
  attribute :tags, :aliases => 'x-amz-tagging'
36
+ attribute :website_redirect_location, :aliases => 'x-amz-website-redirect-location'
33
37
 
34
38
  UploadPartData = Struct.new(:part_number, :upload_options, :etag)
35
39
 
@@ -64,7 +68,7 @@ module Fog
64
68
  # Use small chunk sizes to minimize memory. E.g. 5242880 = 5mb
65
69
  attr_reader :multipart_chunk_size
66
70
  def multipart_chunk_size=(mp_chunk_size)
67
- raise ArgumentError.new("minimum multipart_chunk_size is #{MIN_MULTIPART_CHUNK_SIZE}") if mp_chunk_size < MIN_MULTIPART_CHUNK_SIZE
71
+ service.validate_chunk_size(mp_chunk_size, 'multipart_chunk_size')
68
72
  @multipart_chunk_size = mp_chunk_size
69
73
  end
70
74
 
@@ -104,15 +108,16 @@ module Fog
104
108
  # @return [File]
105
109
  #
106
110
  def body
107
- return attributes[:body] if attributes[:body]
108
- return '' unless last_modified
111
+ return attributes[:body] if attributes.key?(:body)
109
112
 
110
113
  file = collection.get(identity)
111
- if file
112
- attributes[:body] = file.body
113
- else
114
- attributes[:body] = ''
115
- end
114
+
115
+ attributes[:body] =
116
+ if file
117
+ file.body
118
+ else
119
+ ''
120
+ end
116
121
  end
117
122
 
118
123
  # Set body attribute.
@@ -144,10 +149,9 @@ module Fog
144
149
  def copy(target_directory_key, target_file_key, options = {})
145
150
  requires :directory, :key
146
151
 
147
- # With a single PUT operation you can upload objects up to 5 GB in size. Automatically set MP for larger objects.
148
- self.multipart_chunk_size = MIN_MULTIPART_CHUNK_SIZE * 2 if !multipart_chunk_size && self.content_length.to_i > MAX_SINGLE_PUT_SIZE
152
+ self.multipart_chunk_size = service.max_copy_chunk_size if multipart_chunk_size.nil?
149
153
 
150
- if multipart_chunk_size && self.content_length.to_i >= multipart_chunk_size
154
+ if multipart_chunk_size > 0 && self.content_length.to_i >= multipart_chunk_size
151
155
  upload_part_options = options.select { |key, _| ALLOWED_UPLOAD_PART_OPTIONS.include?(key.to_sym) }
152
156
  upload_part_options = upload_part_options.merge({ 'x-amz-copy-source' => "#{directory.key}/#{key}" })
153
157
  multipart_copy(options, upload_part_options, target_directory_key, target_file_key)
@@ -249,6 +253,7 @@ module Fog
249
253
  # @option options [String] storage_class sets x-amz-storage-class HTTP header. Defaults to 'STANDARD'. Or, 'REDUCED_REDUNDANCY'
250
254
  # @option options [String] encryption sets HTTP encryption header. Set to 'AES256' to encrypt files at rest on S3
251
255
  # @option options [String] tags sets x-amz-tagging HTTP header. For example, 'Org-Id=1' or 'Org-Id=1&Service=MyService'
256
+ # @option options [String] website_redirect_location sets x-amz-website-redirect-location HTTP header. For example, 'website_redirect_location=http://www.rubydoc.info/github/fog/fog-aws'
252
257
  # @return [Boolean] true if no errors
253
258
  #
254
259
  def save(options = {})
@@ -266,12 +271,11 @@ module Fog
266
271
  options.merge!(metadata)
267
272
  options['x-amz-storage-class'] = storage_class if storage_class
268
273
  options['x-amz-tagging'] = tags if tags
274
+ options['x-amz-website-redirect-location'] = website_redirect_location if website_redirect_location
269
275
  options.merge!(encryption_headers)
270
276
 
271
- # With a single PUT operation you can upload objects up to 5 GB in size. Automatically set MP for larger objects.
272
- self.multipart_chunk_size = MIN_MULTIPART_CHUNK_SIZE if !multipart_chunk_size && Fog::Storage.get_body_size(body) > MAX_SINGLE_PUT_SIZE
273
-
274
- if multipart_chunk_size && Fog::Storage.get_body_size(body) >= multipart_chunk_size && body.respond_to?(:read)
277
+ self.multipart_chunk_size = service.max_put_chunk_size if multipart_chunk_size.nil?
278
+ if multipart_chunk_size > 0 && Fog::Storage.get_body_size(body) >= multipart_chunk_size && body.respond_to?(:read)
275
279
  data = multipart_save(options)
276
280
  merge_attributes(data.body)
277
281
  else
@@ -5,9 +5,10 @@ module Fog
5
5
  class DescribeSecurityGroups < Fog::Parsers::Base
6
6
  def reset
7
7
  @group = {}
8
- @ip_permission = { 'groups' => [], 'ipRanges' => []}
9
- @ip_permission_egress = { 'groups' => [], 'ipRanges' => []}
8
+ @ip_permission = { 'groups' => [], 'ipRanges' => [], 'ipv6Ranges' => []}
9
+ @ip_permission_egress = { 'groups' => [], 'ipRanges' => [], 'ipv6Ranges' => []}
10
10
  @ip_range = {}
11
+ @ipv6_range = {}
11
12
  @security_group = { 'ipPermissions' => [], 'ipPermissionsEgress' => [], 'tagSet' => {} }
12
13
  @response = { 'securityGroupInfo' => [] }
13
14
  @tag = {}
@@ -24,6 +25,8 @@ module Fog
24
25
  @in_ip_permissions_egress = true
25
26
  when 'ipRanges'
26
27
  @in_ip_ranges = true
28
+ when 'ipv6Ranges'
29
+ @in_ipv6_ranges = true
27
30
  when 'tagSet'
28
31
  @in_tag_set = true
29
32
  end
@@ -44,6 +47,8 @@ module Fog
44
47
  case name
45
48
  when 'cidrIp'
46
49
  @ip_range[name] = value
50
+ when 'cidrIpv6'
51
+ @ipv6_range[name] = value
47
52
  when 'fromPort', 'toPort'
48
53
  if @in_ip_permissions_egress
49
54
  @ip_permission_egress[name] = value.to_i
@@ -72,6 +77,8 @@ module Fog
72
77
  end
73
78
  when 'ipRanges'
74
79
  @in_ip_ranges = false
80
+ when 'ipv6Ranges'
81
+ @in_ipv6_ranges = false
75
82
  when 'item'
76
83
  if @in_groups
77
84
  if @in_ip_permissions_egress
@@ -87,12 +94,19 @@ module Fog
87
94
  @ip_permission['ipRanges'] << @ip_range
88
95
  end
89
96
  @ip_range = {}
97
+ elsif @in_ipv6_ranges
98
+ if @in_ip_permissions_egress
99
+ @ip_permission_egress['ipv6Ranges'] << @ipv6_range
100
+ else
101
+ @ip_permission['ipv6Ranges'] << @ipv6_range
102
+ end
103
+ @ipv6_range = {}
90
104
  elsif @in_ip_permissions
91
105
  @security_group['ipPermissions'] << @ip_permission
92
- @ip_permission = { 'groups' => [], 'ipRanges' => []}
106
+ @ip_permission = { 'groups' => [], 'ipRanges' => [], 'ipv6Ranges' => []}
93
107
  elsif @in_ip_permissions_egress
94
108
  @security_group['ipPermissionsEgress'] << @ip_permission_egress
95
- @ip_permission_egress = { 'groups' => [], 'ipRanges' => []}
109
+ @ip_permission_egress = { 'groups' => [], 'ipRanges' => [], 'ipv6Ranges' => []}
96
110
  else
97
111
  @response['securityGroupInfo'] << @security_group
98
112
  @security_group = { 'ipPermissions' => [], 'ipPermissionsEgress' => [], 'tagSet' => {} }
@@ -30,6 +30,9 @@ module Fog
30
30
  # * 'IpRanges'<~Array>:
31
31
  # * ip_range<~Hash>:
32
32
  # * 'CidrIp'<~String> - CIDR range
33
+ # * 'Ipv6Ranges'<~Array>:
34
+ # * ip_range<~Hash>:
35
+ # * 'CidrIpv6'<~String> - CIDR range
33
36
  # * 'ToPort'<~Integer> - End of port range (or -1 for ICMP wildcard)
34
37
  #
35
38
  # === Returns
@@ -72,6 +75,10 @@ module Fog
72
75
  range_index += 1
73
76
  params[format('IpPermissions.%d.IpRanges.%d.CidrIp', key_index, range_index)] = ip_range['CidrIp']
74
77
  end
78
+ (permission['Ipv6Ranges'] || []).each_with_index do |ip_range, range_index|
79
+ range_index += 1
80
+ params[format('IpPermissions.%d.Ipv6Ranges.%d.CidrIpv6', key_index, range_index)] = ip_range['CidrIpv6']
81
+ end
75
82
  end
76
83
  params.reject {|k, v| v.nil? }
77
84
  end
@@ -186,6 +193,14 @@ module Fog
186
193
  'groups' => [],
187
194
  'ipRanges' => [{'cidrIp' => options['CidrIp']}]
188
195
  }
196
+ elsif options['CidrIpv6']
197
+ normalized_permissions << {
198
+ 'ipProtocol' => options['IpProtocol'],
199
+ 'fromPort' => Integer(options['FromPort']),
200
+ 'toPort' => Integer(options['ToPort']),
201
+ 'groups' => [],
202
+ 'ipv6Ranges' => [{'cidrIpv6' => options['CidrIpv6']}]
203
+ }
189
204
  elsif options['IpPermissions']
190
205
  options['IpPermissions'].each do |permission|
191
206
 
@@ -2,6 +2,7 @@ module Fog
2
2
  module AWS
3
3
  class Compute
4
4
  class Real
5
+ require 'ipaddr'
5
6
  require 'fog/aws/parsers/compute/create_network_interface'
6
7
 
7
8
  # Creates a network interface
@@ -68,7 +69,7 @@ module Fog
68
69
  raise Fog::AWS::Compute::Error.new("Unknown subnet '#{subnetId}' specified")
69
70
  else
70
71
  id = Fog::AWS::Mock.network_interface_id
71
- cidr_block = IPAddress.parse(subnet['cidrBlock'])
72
+ cidr_block = IPAddr.new(subnet['cidrBlock'])
72
73
 
73
74
  groups = {}
74
75
  if options['GroupSet']
@@ -82,12 +83,14 @@ module Fog
82
83
  end
83
84
 
84
85
  if options['PrivateIpAddress'].nil?
86
+ range = cidr_block.to_range
85
87
  # Here we try to act like a DHCP server and pick the first
86
88
  # available IP (not including the first in the cidr block,
87
89
  # which is typically reserved for the gateway).
88
- cidr_block.each_host do |p_ip|
89
- unless self.data[:network_interfaces].map{ |ni, ni_conf| ni_conf['privateIpAddress'] }.include?p_ip.to_s ||
90
- cidr_block.first == p_ip
90
+ range = range.drop(2)[0..-2] if cidr_block.ipv4?
91
+
92
+ range.each do |p_ip|
93
+ unless self.data[:network_interfaces].map{ |ni, ni_conf| ni_conf['privateIpAddress'] }.include?p_ip.to_s
91
94
  options['PrivateIpAddress'] = p_ip.to_s
92
95
  break
93
96
  end
@@ -2,7 +2,7 @@ module Fog
2
2
  module AWS
3
3
  class Compute
4
4
  class Real
5
- require 'ipaddress'
5
+ require 'ipaddr'
6
6
  require 'fog/aws/parsers/compute/create_subnet'
7
7
 
8
8
  # Creates a Subnet with the CIDR block you specify.
@@ -50,11 +50,11 @@ module Fog
50
50
  if vpc.nil?
51
51
  raise Fog::AWS::Compute::NotFound.new("The vpc ID '#{vpcId}' does not exist")
52
52
  end
53
- if ! ::IPAddress.parse(vpc['cidrBlock']).include?(::IPAddress.parse(cidrBlock))
53
+ if ! ::IPAddr.new(vpc['cidrBlock']).include?(::IPAddr.new(cidrBlock))
54
54
  raise Fog::AWS::Compute::Error.new("Range => The CIDR '#{cidrBlock}' is invalid.")
55
55
  end
56
56
  self.data[:subnets].select{ |s| s['vpcId'] == vpcId }.each do |subnet|
57
- if ::IPAddress.parse(subnet['cidrBlock']).include?(::IPAddress.parse(cidrBlock))
57
+ if ::IPAddr.new(subnet['cidrBlock']).include?(::IPAddr.new(cidrBlock))
58
58
  raise Fog::AWS::Compute::Error.new("Conflict => The CIDR '#{cidrBlock}' conflicts with another subnet")
59
59
  end
60
60
  end
@@ -27,6 +27,8 @@ module Fog
27
27
  # * 'ipProtocol'<~String> - Ip protocol, must be in ['tcp', 'udp', 'icmp']
28
28
  # * 'ipRanges'<~Array>:
29
29
  # * 'cidrIp'<~String> - CIDR range
30
+ # * 'ipv6Ranges'<~Array>:
31
+ # * 'cidrIpv6'<~String> - CIDR ipv6 range
30
32
  # * 'toPort'<~Integer> - End of port range (or -1 for ICMP wildcard)
31
33
  # * 'ownerId'<~String> - AWS Access Key Id of the owner of the security group
32
34
  # * 'NextToken'<~String> - The token to retrieve the next page of results
@@ -44,6 +44,11 @@ module Fog
44
44
  # * 'PrivateIpAddresses.Primary'<~Bool> - Indicates whether the private IP address is the primary private IP address.
45
45
  # * 'SecondaryPrivateIpAddressCount'<~Bool> - The number of private IP addresses to assign to the network interface.
46
46
  # * 'AssociatePublicIpAddress'<~String> - Indicates whether to assign a public IP address to an instance in a VPC. The public IP address is assigned to a specific network interface
47
+ # * 'TagSpecifications'<~Array>: array of hashes
48
+ # * 'ResourceType'<~String> - Type of resource to apply tags on, e.g: instance or volume
49
+ # * 'Tags'<~Array> - List of hashs reprensenting tag to be set
50
+ # * 'Key'<~String> - Tag name
51
+ # * 'Value'<~String> - Tag value
47
52
  # * 'ClientToken'<~String> - unique case-sensitive token for ensuring idempotency
48
53
  # * 'DisableApiTermination'<~Boolean> - specifies whether or not to allow termination of the instance from the api
49
54
  # * 'SecurityGroup'<~Array> or <~String> - Name of security group(s) for instances (not supported for VPC)
@@ -144,6 +149,45 @@ module Fog
144
149
  end
145
150
  end
146
151
  end
152
+ if tag_specifications = options.delete('TagSpecifications')
153
+ # From https://docs.aws.amazon.com/sdk-for-ruby/v2/api/Aws/EC2/Client.html#run_instances-instance_method
154
+ # And https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html
155
+ # Discussed at https://github.com/fog/fog-aws/issues/603
156
+ #
157
+ # Example
158
+ #
159
+ # TagSpecifications: [
160
+ # {
161
+ # ResourceType: "instance",
162
+ # Tags: [
163
+ # {
164
+ # Key: "Project",
165
+ # Value: "MyProject",
166
+ # },
167
+ # ],
168
+ # },
169
+ # {
170
+ # ResourceType: "volume",
171
+ # Tags: [
172
+ # {
173
+ # Key: "Project",
174
+ # Value: "MyProject",
175
+ # },
176
+ # ],
177
+ # },
178
+ # ]
179
+ tag_specifications.each_with_index do |val, idx|
180
+ resource_type = val["ResourceType"]
181
+ tags = val["Tags"]
182
+ options["TagSpecification.#{idx}.ResourceType"] = resource_type
183
+ tags.each_with_index do |tag, tag_idx|
184
+ aws_tag_key = "TagSpecification.#{idx}.Tag.#{tag_idx}.Key"
185
+ aws_tag_value = "TagSpecification.#{idx}.Tag.#{tag_idx}.Value"
186
+ options[aws_tag_key] = tag["Key"]
187
+ options[aws_tag_value] = tag["Value"]
188
+ end
189
+ end
190
+ end
147
191
 
148
192
  idempotent = !(options['ClientToken'].nil? || options['ClientToken'].empty?)
149
193
 
@@ -36,13 +36,20 @@ module Fog
36
36
  data << "<Quiet>true</Quiet>" if headers.delete(:quiet)
37
37
  version_ids = headers.delete('versionId')
38
38
  object_names.each do |object_name|
39
- data << "<Object>"
40
- data << "<Key>#{CGI.escapeHTML(object_name)}</Key>"
41
39
  object_version = version_ids.nil? ? nil : version_ids[object_name]
42
40
  if object_version
43
- data << "<VersionId>#{CGI.escapeHTML(object_version)}</VersionId>"
41
+ object_version = object_version.is_a?(String) ? [object_version] : object_version
42
+ object_version.each do |version_id|
43
+ data << "<Object>"
44
+ data << "<Key>#{CGI.escapeHTML(object_name)}</Key>"
45
+ data << "<VersionId>#{CGI.escapeHTML(version_id)}</VersionId>"
46
+ data << "</Object>"
47
+ end
48
+ else
49
+ data << "<Object>"
50
+ data << "<Key>#{CGI.escapeHTML(object_name)}</Key>"
51
+ data << "</Object>"
44
52
  end
45
- data << "</Object>"
46
53
  end
47
54
  data << "</Delete>"
48
55
 
@@ -72,10 +79,13 @@ module Fog
72
79
  response.body = { 'DeleteResult' => [] }
73
80
  version_ids = headers.delete('versionId')
74
81
  object_names.each do |object_name|
75
- object_version = version_ids.nil? ? nil : version_ids[object_name]
76
- response.body['DeleteResult'] << delete_object_helper(bucket,
77
- object_name,
78
- object_version)
82
+ object_version = version_ids.nil? ? [nil] : version_ids[object_name]
83
+ object_version = object_version.is_a?(String) ? [object_version] : object_version
84
+ object_version.each do |version_id|
85
+ response.body['DeleteResult'] << delete_object_helper(bucket,
86
+ object_name,
87
+ version_id)
88
+ end
79
89
  end
80
90
  else
81
91
  response.status = 404
@@ -50,7 +50,7 @@ module Fog
50
50
 
51
51
  idempotent = true
52
52
  if block_given?
53
- params[:response_block] = Proc.new
53
+ params[:response_block] = Proc.new(&block)
54
54
  idempotent = false
55
55
  end
56
56