fog-aws 3.12.0 → 3.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (286) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +70 -4
  3. data/README.md +57 -0
  4. data/fog-aws.gemspec +3 -4
  5. data/lib/fog/aws/credential_fetcher.rb +8 -1
  6. data/lib/fog/aws/iam/default_policies.json +1574 -0
  7. data/lib/fog/aws/iam/default_policy_versions.json +3373 -0
  8. data/lib/fog/aws/models/compute/flavors.rb +160 -0
  9. data/lib/fog/aws/models/storage/directories.rb +1 -0
  10. data/lib/fog/aws/models/storage/file.rb +8 -7
  11. data/lib/fog/aws/parsers/iam/get_group_policy.rb +1 -1
  12. data/lib/fog/aws/parsers/iam/get_role_policy.rb +1 -1
  13. data/lib/fog/aws/parsers/iam/get_user_policy.rb +1 -1
  14. data/lib/fog/aws/parsers/iam/policy_version.rb +1 -1
  15. data/lib/fog/aws/requests/compute/create_network_interface.rb +7 -4
  16. data/lib/fog/aws/requests/compute/create_subnet.rb +3 -3
  17. data/lib/fog/aws/requests/rds/add_tags_to_resource.rb +12 -10
  18. data/lib/fog/aws/requests/rds/list_tags_for_resource.rb +10 -7
  19. data/lib/fog/aws/requests/rds/remove_tags_from_resource.rb +9 -8
  20. data/lib/fog/aws/requests/storage/sync_clock.rb +1 -1
  21. data/lib/fog/aws/storage.rb +5 -1
  22. data/lib/fog/aws/version.rb +1 -1
  23. metadata +5 -280
  24. data/tests/credentials_tests.rb +0 -190
  25. data/tests/helper.rb +0 -29
  26. data/tests/helpers/collection_helper.rb +0 -90
  27. data/tests/helpers/compute/flavors_helper.rb +0 -28
  28. data/tests/helpers/compute/server_helper.rb +0 -23
  29. data/tests/helpers/compute/servers_helper.rb +0 -8
  30. data/tests/helpers/dns_helper.rb +0 -56
  31. data/tests/helpers/formats_helper.rb +0 -100
  32. data/tests/helpers/formats_helper_tests.rb +0 -107
  33. data/tests/helpers/mock_helper.rb +0 -109
  34. data/tests/helpers/model_helper.rb +0 -30
  35. data/tests/helpers/responds_to_helper.rb +0 -11
  36. data/tests/helpers/schema_validator_tests.rb +0 -104
  37. data/tests/helpers/succeeds_helper.rb +0 -9
  38. data/tests/lorem.txt +0 -1
  39. data/tests/models/auto_scaling/activities_tests.rb +0 -6
  40. data/tests/models/auto_scaling/configuration_test.rb +0 -13
  41. data/tests/models/auto_scaling/configurations_tests.rb +0 -11
  42. data/tests/models/auto_scaling/groups_test.rb +0 -27
  43. data/tests/models/auto_scaling/helper.rb +0 -0
  44. data/tests/models/auto_scaling/instance_tests.rb +0 -15
  45. data/tests/models/auto_scaling/instances_tests.rb +0 -6
  46. data/tests/models/beanstalk/application_tests.rb +0 -69
  47. data/tests/models/beanstalk/applications_tests.rb +0 -7
  48. data/tests/models/beanstalk/environment_tests.rb +0 -131
  49. data/tests/models/beanstalk/environments_tests.rb +0 -34
  50. data/tests/models/beanstalk/template_tests.rb +0 -47
  51. data/tests/models/beanstalk/templates_tests.rb +0 -62
  52. data/tests/models/beanstalk/version_tests.rb +0 -66
  53. data/tests/models/beanstalk/versions_tests.rb +0 -60
  54. data/tests/models/cdn/distribution_tests.rb +0 -15
  55. data/tests/models/cdn/distributions_tests.rb +0 -15
  56. data/tests/models/cdn/invalidation_tests.rb +0 -31
  57. data/tests/models/cdn/invalidations_tests.rb +0 -14
  58. data/tests/models/cdn/streaming_distribution_tests.rb +0 -15
  59. data/tests/models/cdn/streaming_distributions_tests.rb +0 -15
  60. data/tests/models/cloud_watch/alarm_data_tests.rb +0 -42
  61. data/tests/models/cloud_watch/alarm_history_tests.rb +0 -22
  62. data/tests/models/cloud_watch/metric_statistics_tests.rb +0 -51
  63. data/tests/models/cloud_watch/metrics_tests.rb +0 -32
  64. data/tests/models/compute/address_tests.rb +0 -43
  65. data/tests/models/compute/addresses_tests.rb +0 -5
  66. data/tests/models/compute/dhcp_option_tests.rb +0 -3
  67. data/tests/models/compute/dhcp_options_tests.rb +0 -3
  68. data/tests/models/compute/internet_gateway_tests.rb +0 -3
  69. data/tests/models/compute/internet_gateways_tests.rb +0 -3
  70. data/tests/models/compute/key_pair_tests.rb +0 -26
  71. data/tests/models/compute/key_pairs_tests.rb +0 -5
  72. data/tests/models/compute/network_acl_tests.rb +0 -109
  73. data/tests/models/compute/network_acls_tests.rb +0 -20
  74. data/tests/models/compute/network_interfaces_test.rb +0 -12
  75. data/tests/models/compute/security_group_tests.rb +0 -98
  76. data/tests/models/compute/security_groups_tests.rb +0 -5
  77. data/tests/models/compute/server_tests.rb +0 -94
  78. data/tests/models/compute/snapshot_tests.rb +0 -10
  79. data/tests/models/compute/snapshots_tests.rb +0 -10
  80. data/tests/models/compute/subnet_tests.rb +0 -13
  81. data/tests/models/compute/subnets_tests.rb +0 -5
  82. data/tests/models/compute/volume_tests.rb +0 -65
  83. data/tests/models/compute/volumes_tests.rb +0 -5
  84. data/tests/models/compute/vpc_tests.rb +0 -26
  85. data/tests/models/compute/vpcs_tests.rb +0 -19
  86. data/tests/models/data_pipeline/pipeline_tests.rb +0 -8
  87. data/tests/models/data_pipeline/pipelines_tests.rb +0 -8
  88. data/tests/models/dns/record_tests.rb +0 -33
  89. data/tests/models/dns/records_tests.rb +0 -41
  90. data/tests/models/dns/zone_tests.rb +0 -4
  91. data/tests/models/dns/zones_tests.rb +0 -4
  92. data/tests/models/efs/file_system_tests.rb +0 -12
  93. data/tests/models/efs/mount_target_tests.rb +0 -45
  94. data/tests/models/efs/mount_targets_tests.rb +0 -30
  95. data/tests/models/elasticache/cluster_tests.rb +0 -30
  96. data/tests/models/elasticache/parameter_groups_tests.rb +0 -15
  97. data/tests/models/elasticache/security_groups_tests.rb +0 -52
  98. data/tests/models/elasticache/subnet_groups_tests.rb +0 -43
  99. data/tests/models/elb/model_tests.rb +0 -360
  100. data/tests/models/elb/tagging_tests.rb +0 -15
  101. data/tests/models/glacier/model_tests.rb +0 -47
  102. data/tests/models/iam/access_keys_tests.rb +0 -53
  103. data/tests/models/iam/groups_tests.rb +0 -59
  104. data/tests/models/iam/instance_profile_tests.rb +0 -18
  105. data/tests/models/iam/managed_policies_tests.rb +0 -89
  106. data/tests/models/iam/policies_tests.rb +0 -57
  107. data/tests/models/iam/roles_tests.rb +0 -71
  108. data/tests/models/iam/users_tests.rb +0 -119
  109. data/tests/models/rds/cluster_tests.rb +0 -54
  110. data/tests/models/rds/clusters_tests.rb +0 -5
  111. data/tests/models/rds/event_subscription_tests.rb +0 -9
  112. data/tests/models/rds/event_subscriptions_tests.rb +0 -6
  113. data/tests/models/rds/helper.rb +0 -25
  114. data/tests/models/rds/instance_option_tests.rb +0 -14
  115. data/tests/models/rds/parameter_group_tests.rb +0 -24
  116. data/tests/models/rds/parameter_groups_tests.rb +0 -8
  117. data/tests/models/rds/security_group_tests.rb +0 -77
  118. data/tests/models/rds/security_groups_tests.rb +0 -5
  119. data/tests/models/rds/server_tests.rb +0 -131
  120. data/tests/models/rds/servers_tests.rb +0 -24
  121. data/tests/models/rds/snapshot_tests.rb +0 -12
  122. data/tests/models/rds/snapshots_tests.rb +0 -12
  123. data/tests/models/rds/tagging_tests.rb +0 -20
  124. data/tests/models/sns/topic_tests.rb +0 -15
  125. data/tests/models/sns/topics_tests.rb +0 -6
  126. data/tests/models/storage/directory_tests.rb +0 -202
  127. data/tests/models/storage/file_tests.rb +0 -129
  128. data/tests/models/storage/files_tests.rb +0 -90
  129. data/tests/models/storage/url_tests.rb +0 -25
  130. data/tests/models/storage/version_tests.rb +0 -52
  131. data/tests/models/storage/versions_tests.rb +0 -51
  132. data/tests/models/support/trusted_advisor_tests.rb +0 -25
  133. data/tests/parsers/compute/describe_images_tests.rb +0 -33
  134. data/tests/parsers/elb/describe_load_balancers.rb +0 -65
  135. data/tests/parsers/elbv2/create_load_balancer_tests.rb +0 -48
  136. data/tests/parsers/elbv2/describe_listeners_tests.rb +0 -76
  137. data/tests/parsers/elbv2/describe_load_balancers_tests.rb +0 -54
  138. data/tests/parsers/elbv2/describe_tags_tests.rb +0 -35
  139. data/tests/requests/auto_scaling/auto_scaling_tests.rb +0 -111
  140. data/tests/requests/auto_scaling/describe_types_tests.rb +0 -102
  141. data/tests/requests/auto_scaling/helper.rb +0 -229
  142. data/tests/requests/auto_scaling/model_tests.rb +0 -235
  143. data/tests/requests/auto_scaling/notification_configuration_tests.rb +0 -124
  144. data/tests/requests/auto_scaling/tag_tests.rb +0 -63
  145. data/tests/requests/beanstalk/application_tests.rb +0 -140
  146. data/tests/requests/beanstalk/solution_stack_tests.rb +0 -22
  147. data/tests/requests/cdn/cdn_tests.rb +0 -252
  148. data/tests/requests/cloud_formation/stack_tests.rb +0 -167
  149. data/tests/requests/cloud_watch/get_metric_statistics_tests.rb +0 -28
  150. data/tests/requests/cloud_watch/list_metrics_test.rb +0 -64
  151. data/tests/requests/cloud_watch/put_metric_data_tests.rb +0 -36
  152. data/tests/requests/compute/address_tests.rb +0 -144
  153. data/tests/requests/compute/assign_private_ip_tests.rb +0 -55
  154. data/tests/requests/compute/availability_zone_tests.rb +0 -25
  155. data/tests/requests/compute/client_tests.rb +0 -25
  156. data/tests/requests/compute/dhcp_options_tests.rb +0 -39
  157. data/tests/requests/compute/helper.rb +0 -27
  158. data/tests/requests/compute/image_tests.rb +0 -169
  159. data/tests/requests/compute/instance_attrib_tests.rb +0 -168
  160. data/tests/requests/compute/instance_tests.rb +0 -338
  161. data/tests/requests/compute/internet_gateway_tests.rb +0 -49
  162. data/tests/requests/compute/key_pair_tests.rb +0 -67
  163. data/tests/requests/compute/network_acl_tests.rb +0 -112
  164. data/tests/requests/compute/network_interface_tests.rb +0 -239
  165. data/tests/requests/compute/placement_group_tests.rb +0 -48
  166. data/tests/requests/compute/region_tests.rb +0 -52
  167. data/tests/requests/compute/route_tests.rb +0 -341
  168. data/tests/requests/compute/security_group_tests.rb +0 -457
  169. data/tests/requests/compute/snapshot_tests.rb +0 -77
  170. data/tests/requests/compute/spot_datafeed_subscription_tests.rb +0 -47
  171. data/tests/requests/compute/spot_instance_tests.rb +0 -55
  172. data/tests/requests/compute/spot_price_history_tests.rb +0 -23
  173. data/tests/requests/compute/subnet_tests.rb +0 -87
  174. data/tests/requests/compute/tag_tests.rb +0 -101
  175. data/tests/requests/compute/volume_tests.rb +0 -263
  176. data/tests/requests/compute/vpc_tests.rb +0 -222
  177. data/tests/requests/data_pipeline/helper.rb +0 -78
  178. data/tests/requests/data_pipeline/pipeline_tests.rb +0 -80
  179. data/tests/requests/dns/change_resource_record_sets_tests.rb +0 -34
  180. data/tests/requests/dns/dns_tests.rb +0 -240
  181. data/tests/requests/dns/health_check_tests.rb +0 -159
  182. data/tests/requests/dns/helper.rb +0 -21
  183. data/tests/requests/dynamodb/item_tests.rb +0 -137
  184. data/tests/requests/dynamodb/table_tests.rb +0 -99
  185. data/tests/requests/ecs/cluster_tests.rb +0 -112
  186. data/tests/requests/ecs/container_instance_tests.rb +0 -119
  187. data/tests/requests/ecs/helper.rb +0 -276
  188. data/tests/requests/ecs/sample_task_definition1.json +0 -56
  189. data/tests/requests/ecs/service_tests.rb +0 -132
  190. data/tests/requests/ecs/task_definitions_tests.rb +0 -97
  191. data/tests/requests/ecs/task_tests.rb +0 -145
  192. data/tests/requests/efs/file_system_tests.rb +0 -152
  193. data/tests/requests/efs/helper.rb +0 -44
  194. data/tests/requests/elasticache/cache_cluster_tests.rb +0 -137
  195. data/tests/requests/elasticache/describe_events.rb +0 -17
  196. data/tests/requests/elasticache/describe_reserved_cache_nodes.rb +0 -17
  197. data/tests/requests/elasticache/helper.rb +0 -103
  198. data/tests/requests/elasticache/parameter_group_tests.rb +0 -105
  199. data/tests/requests/elasticache/security_group_tests.rb +0 -108
  200. data/tests/requests/elasticache/subnet_group_tests.rb +0 -52
  201. data/tests/requests/elb/helper.rb +0 -91
  202. data/tests/requests/elb/listener_tests.rb +0 -68
  203. data/tests/requests/elb/load_balancer_tests.rb +0 -89
  204. data/tests/requests/elb/policy_tests.rb +0 -132
  205. data/tests/requests/elbv2/helper.rb +0 -66
  206. data/tests/requests/elbv2/load_balancer_tests.rb +0 -50
  207. data/tests/requests/emr/helper.rb +0 -167
  208. data/tests/requests/emr/instance_group_tests.rb +0 -106
  209. data/tests/requests/emr/job_flow_tests.rb +0 -88
  210. data/tests/requests/federation/get_signin_token_tests.rb +0 -11
  211. data/tests/requests/glacier/archive_tests.rb +0 -13
  212. data/tests/requests/glacier/multipart_upload_tests.rb +0 -29
  213. data/tests/requests/glacier/tree_hash_tests.rb +0 -91
  214. data/tests/requests/glacier/vault_tests.rb +0 -35
  215. data/tests/requests/iam/access_key_tests.rb +0 -53
  216. data/tests/requests/iam/account_policy_tests.rb +0 -20
  217. data/tests/requests/iam/account_tests.rb +0 -34
  218. data/tests/requests/iam/group_policy_tests.rb +0 -48
  219. data/tests/requests/iam/group_tests.rb +0 -44
  220. data/tests/requests/iam/helper.rb +0 -154
  221. data/tests/requests/iam/instance_profile_tests.rb +0 -44
  222. data/tests/requests/iam/login_profile_tests.rb +0 -62
  223. data/tests/requests/iam/managed_policy_tests.rb +0 -110
  224. data/tests/requests/iam/mfa_tests.rb +0 -23
  225. data/tests/requests/iam/role_tests.rb +0 -156
  226. data/tests/requests/iam/server_certificate_tests.rb +0 -130
  227. data/tests/requests/iam/user_policy_tests.rb +0 -45
  228. data/tests/requests/iam/user_tests.rb +0 -78
  229. data/tests/requests/iam/versioned_managed_policy_tests.rb +0 -105
  230. data/tests/requests/kinesis/helper.rb +0 -111
  231. data/tests/requests/kinesis/stream_tests.rb +0 -169
  232. data/tests/requests/kms/helper.rb +0 -27
  233. data/tests/requests/kms/key_tests.rb +0 -23
  234. data/tests/requests/lambda/function_sample_1.js +0 -9
  235. data/tests/requests/lambda/function_sample_2.js +0 -9
  236. data/tests/requests/lambda/function_tests.rb +0 -460
  237. data/tests/requests/lambda/helper.rb +0 -81
  238. data/tests/requests/rds/cluster_snapshot_tests.rb +0 -43
  239. data/tests/requests/rds/cluster_tests.rb +0 -37
  240. data/tests/requests/rds/db_engine_versions.rb +0 -7
  241. data/tests/requests/rds/db_snapshot_tests.rb +0 -62
  242. data/tests/requests/rds/describe_events.rb +0 -16
  243. data/tests/requests/rds/event_subscription_tests.rb +0 -30
  244. data/tests/requests/rds/helper.rb +0 -406
  245. data/tests/requests/rds/instance_option_tests.rb +0 -27
  246. data/tests/requests/rds/instance_tests.rb +0 -149
  247. data/tests/requests/rds/log_file_tests.rb +0 -19
  248. data/tests/requests/rds/parameter_group_tests.rb +0 -62
  249. data/tests/requests/rds/parameter_request_tests.rb +0 -32
  250. data/tests/requests/rds/security_group_tests.rb +0 -101
  251. data/tests/requests/rds/subnet_groups_tests.rb +0 -52
  252. data/tests/requests/rds/tagging_tests.rb +0 -78
  253. data/tests/requests/redshift/cluster_parameter_group_tests.rb +0 -76
  254. data/tests/requests/redshift/cluster_security_group_tests.rb +0 -42
  255. data/tests/requests/redshift/cluster_snapshot_tests.rb +0 -73
  256. data/tests/requests/redshift/cluster_tests.rb +0 -80
  257. data/tests/requests/ses/helper.rb +0 -9
  258. data/tests/requests/ses/verified_domain_identity_tests.rb +0 -16
  259. data/tests/requests/ses/verified_email_address_tests.rb +0 -27
  260. data/tests/requests/simpledb/attributes_tests.rb +0 -86
  261. data/tests/requests/simpledb/domain_tests.rb +0 -51
  262. data/tests/requests/simpledb/helper.rb +0 -10
  263. data/tests/requests/sns/helper.rb +0 -9
  264. data/tests/requests/sns/subscription_tests.rb +0 -86
  265. data/tests/requests/sns/topic_tests.rb +0 -53
  266. data/tests/requests/sqs/helper.rb +0 -9
  267. data/tests/requests/sqs/message_tests.rb +0 -51
  268. data/tests/requests/sqs/queue_tests.rb +0 -50
  269. data/tests/requests/storage/acl_utils_tests.rb +0 -209
  270. data/tests/requests/storage/bucket_tests.rb +0 -416
  271. data/tests/requests/storage/cors_utils_tests.rb +0 -108
  272. data/tests/requests/storage/delete_multiple_objects_tests.rb +0 -12
  273. data/tests/requests/storage/multipart_copy_tests.rb +0 -93
  274. data/tests/requests/storage/multipart_upload_tests.rb +0 -121
  275. data/tests/requests/storage/object_tests.rb +0 -269
  276. data/tests/requests/storage/versioning_tests.rb +0 -300
  277. data/tests/requests/sts/assume_role_tests.rb +0 -19
  278. data/tests/requests/sts/assume_role_with_saml_tests.rb +0 -18
  279. data/tests/requests/sts/assume_role_with_web_identity_tests.rb +0 -28
  280. data/tests/requests/sts/get_federation_token_tests.rb +0 -20
  281. data/tests/requests/sts/session_token_tests.rb +0 -16
  282. data/tests/requests/support/helper.rb +0 -43
  283. data/tests/requests/support/trusted_advisor_check_tests.rb +0 -16
  284. data/tests/signaturev4_tests.rb +0 -106
  285. data/tests/signed_params_tests.rb +0 -17
  286. data/tests/storage_tests.rb +0 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9f2992e8c7fe7d8b4ae1bba5a16d00fe98d3c531cd473d4b3a1109d6a774e16
4
- data.tar.gz: 781c1889a4c0cf5d0fd8b1aa0d5ebf0101ea577aa0412265dd14aff339aacae4
3
+ metadata.gz: e4dabf89bd737334e85935e36486ca9ba38819c8fc7ce16bae50c5bc9cd73917
4
+ data.tar.gz: d29ec0b26cd7917860e1d8a492b68fd24a3b6d64adbece07a90f6520361e9c29
5
5
  SHA512:
6
- metadata.gz: 2c81e87c69e6497df16ea76263e57ccd6457acf85378882745ebd2c58322bce9d93fe773dbf68c8b68bcfb5e3aab5231a534d98d38e8101958cc075e0651f8b5
7
- data.tar.gz: cd5d6b7fef8eea60e58c7393bb0921fac17e78ad345ab87f199b34d2d20425500a9837a9eef9fcd12f374aa43d979a6cc1a0b6a554acd029517313794f3ab9ab
6
+ metadata.gz: 4d42a8e95ae968471cc18dfd49d9444957ec970b0362a5a8f7736db04dd0fc5f0da17dd1e946585caff3de8d8d93da1784ed42aa660df72cb479553b04e9bbc9
7
+ data.tar.gz: 9fd1fe20b8aa767fc6cb925293c042c71af77b554176232c9a24a9fe66323671739174453e3bb687465b33c18493f3c5590adca1a82ee5f3ec6405db91260840
data/CHANGELOG.md CHANGED
@@ -1,8 +1,75 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/fog/fog-aws/tree/HEAD)
3
+ ## [v3.15.0](https://github.com/fog/fog-aws/tree/v3.15.0) (2022-09-12)
4
4
 
5
- [Full Changelog](https://github.com/fog/fog-aws/compare/v3.11.0...HEAD)
5
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.14.0...v3.15.0)
6
+
7
+ **Closed issues:**
8
+
9
+ - URI.decode is obsolete \(and not available in Ruby 3.0\) [\#653](https://github.com/fog/fog-aws/issues/653)
10
+ - S3: File copy not working outside us-east-1 region [\#645](https://github.com/fog/fog-aws/issues/645)
11
+ - Unable to list, update and remove RDS tags in AWS GovCloud Account regions. [\#644](https://github.com/fog/fog-aws/issues/644)
12
+ - Documentation links broken / 404 [\#642](https://github.com/fog/fog-aws/issues/642)
13
+
14
+ **Merged pull requests:**
15
+
16
+ - Replace URI.decode as obsolete, and removed in Ruby 3.0 [\#654](https://github.com/fog/fog-aws/pull/654) ([kuahyeow](https://github.com/kuahyeow))
17
+ - Fix typo in readme [\#652](https://github.com/fog/fog-aws/pull/652) ([geemus](https://github.com/geemus))
18
+ - change sync\_clock to plain GET [\#651](https://github.com/fog/fog-aws/pull/651) ([duckworth](https://github.com/duckworth))
19
+ - Update README file with download url example [\#649](https://github.com/fog/fog-aws/pull/649) ([lucasocon](https://github.com/lucasocon))
20
+ - Bump actions/dependency-review-action from 1 to 2 [\#648](https://github.com/fog/fog-aws/pull/648) ([dependabot[bot]](https://github.com/apps/dependabot))
21
+ - add x2gd and t4g instance flavours [\#647](https://github.com/fog/fog-aws/pull/647) ([mushyy](https://github.com/mushyy))
22
+ - Fix a typo in CHANGELOG [\#646](https://github.com/fog/fog-aws/pull/646) ([y-yagi](https://github.com/y-yagi))
23
+
24
+ ## [v3.14.0](https://github.com/fog/fog-aws/tree/v3.14.0) (2022-05-09)
25
+
26
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.13.0...v3.14.0)
27
+
28
+ **Closed issues:**
29
+
30
+ - Add a special note to the documentation around the danger of using directory.get [\#633](https://github.com/fog/fog-aws/issues/633)
31
+
32
+ **Merged pull requests:**
33
+
34
+ - RDS tags issue in AWS GovCloud Account regions. [\#643](https://github.com/fog/fog-aws/pull/643) ([svavhal](https://github.com/svavhal))
35
+ - Create codeql.yml [\#641](https://github.com/fog/fog-aws/pull/641) ([naveensrinivasan](https://github.com/naveensrinivasan))
36
+ - chore\(deps\): Included dependency review [\#640](https://github.com/fog/fog-aws/pull/640) ([naveensrinivasan](https://github.com/naveensrinivasan))
37
+ - Bump actions/stale from 4 to 5 [\#639](https://github.com/fog/fog-aws/pull/639) ([dependabot[bot]](https://github.com/apps/dependabot))
38
+ - Set permissions for GitHub actions [\#638](https://github.com/fog/fog-aws/pull/638) ([naveensrinivasan](https://github.com/naveensrinivasan))
39
+ - Add option to control IAM credential refresh [\#637](https://github.com/fog/fog-aws/pull/637) ([gl-gh-hchouraria](https://github.com/gl-gh-hchouraria))
40
+ - Add warning messages around directories.get [\#636](https://github.com/fog/fog-aws/pull/636) ([orrin-naylor-instacart](https://github.com/orrin-naylor-instacart))
41
+ - Bump actions/checkout from 2.4.0 to 3 [\#632](https://github.com/fog/fog-aws/pull/632) ([dependabot[bot]](https://github.com/apps/dependabot))
42
+ - Add Ruby 3.1 to the CI matrix [\#631](https://github.com/fog/fog-aws/pull/631) ([petergoldstein](https://github.com/petergoldstein))
43
+
44
+ ## [v3.13.0](https://github.com/fog/fog-aws/tree/v3.13.0) (2022-02-13)
45
+
46
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.12.0...v3.13.0)
47
+
48
+ **Closed issues:**
49
+
50
+ - Please include all files required for running tests in the gem [\#625](https://github.com/fog/fog-aws/issues/625)
51
+ - Using Hitachi compatible S3 and still see the AWS S3 host [\#624](https://github.com/fog/fog-aws/issues/624)
52
+ - Spawn compute node with Elastic Inference [\#617](https://github.com/fog/fog-aws/issues/617)
53
+
54
+ **Merged pull requests:**
55
+
56
+ - Drop ipaddress dependency in favor of built in ipaddr [\#630](https://github.com/fog/fog-aws/pull/630) ([ekohl](https://github.com/ekohl))
57
+ - Exclude test files from gem [\#629](https://github.com/fog/fog-aws/pull/629) ([ursm](https://github.com/ursm))
58
+ - Add Truffleruby head to CI [\#628](https://github.com/fog/fog-aws/pull/628) ([gogainda](https://github.com/gogainda))
59
+ - 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))
60
+ - Update Fog::AWS::Storage::File\#body [\#626](https://github.com/fog/fog-aws/pull/626) ([10io](https://github.com/10io))
61
+ - 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))
62
+ - Add json files to the gem file [\#622](https://github.com/fog/fog-aws/pull/622) ([acant](https://github.com/acant))
63
+
64
+ ## [v3.12.0](https://github.com/fog/fog-aws/tree/v3.12.0) (2021-08-23)
65
+
66
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.11.0...v3.12.0)
67
+
68
+ **Merged pull requests:**
69
+
70
+ - Add support for regional STS endpoints [\#620](https://github.com/fog/fog-aws/pull/620) ([stanhu](https://github.com/stanhu))
71
+ - Add IPv6 support for Ingress Security Groups [\#619](https://github.com/fog/fog-aws/pull/619) ([p8](https://github.com/p8))
72
+ - Separate CHANGELOG entry for 3.11.0 [\#618](https://github.com/fog/fog-aws/pull/618) ([sunny](https://github.com/sunny))
6
73
 
7
74
  ## [v3.11.0](https://github.com/fog/fog-aws/tree/v3.11.0) (2021-08-05)
8
75
 
@@ -140,7 +207,7 @@
140
207
 
141
208
  **Merged pull requests:**
142
209
 
143
- - Handle multiple versions of objects in multiple delete request [\#600](https://github.com/fog/fog-aws/pull/600) ([shanu-idrive](https://github.com/shanu-idrive))
210
+ - 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))
144
211
  - Add Truffleruby head to CI [\#596](https://github.com/fog/fog-aws/pull/596) ([gogainda](https://github.com/gogainda))
145
212
  - Fixes domain name duplication in url [\#593](https://github.com/fog/fog-aws/pull/593) ([midhunkrishna](https://github.com/midhunkrishna))
146
213
 
@@ -666,7 +733,6 @@
666
733
 
667
734
  - How to setup private files with CloudFront? [\#275](https://github.com/fog/fog-aws/issues/275)
668
735
  - Feature: Custom Managed Policies [\#272](https://github.com/fog/fog-aws/issues/272)
669
- - Question: which aws-sdk version is used [\#270](https://github.com/fog/fog-aws/issues/270)
670
736
  - Support an IAM list\_attached\_role\_policies method [\#191](https://github.com/fog/fog-aws/issues/191)
671
737
 
672
738
  **Merged pull requests:**
data/README.md CHANGED
@@ -98,6 +98,7 @@ file = directory.files.create(key: 'user/1/Gemfile', body: File.open('Gemfile'),
98
98
  directory = s3.directories.get('gaudi-portal-dev', prefix: 'user/1/')
99
99
  directory.files
100
100
  ```
101
+ **Warning!** `s3.directories.get` retrieves and caches meta data for the first 10,000 objects in the bucket, which can be very expensive. When possible use `s3.directories.new`.
101
102
 
102
103
  #### Generating a URL for a file:
103
104
 
@@ -105,6 +106,62 @@ directory.files
105
106
  directory.files.new(key: 'user/1/Gemfile').url(Time.now + 60)
106
107
  ```
107
108
 
109
+ ##### Generate download URL
110
+ You should pass an option argument that contains the `query` key with `response-content-disposition` inside indicating that is an attachment and the filename to be used when downloaded.
111
+
112
+ ```ruby
113
+ options = {
114
+ query: {
115
+ 'response-content-disposition' => "attachment; filename=#{key}"
116
+ }
117
+ }
118
+
119
+ directory.files.new(key: 'user/1/Gemfile').url(Time.now + 60, options)
120
+ ```
121
+
122
+
123
+ ##### Controlling credential refresh time with IAM authentication
124
+
125
+ When using IAM authentication with
126
+ [temporary security credentials](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html),
127
+ generated S3 pre-signed URLs
128
+ [only last as long as the temporary credential](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html).
129
+
130
+ Generating the URLs in the following manner will return a URL
131
+ that will not last as long as its requested expiration time if
132
+ the remainder of the authentication token lifetime was shorter.
133
+
134
+ ```ruby
135
+ s3 = Fog::Storage.new(provider: 'AWS', use_iam_auth: true)
136
+ directory = s3.directories.get('gaudi-portal-dev', prefix: 'user/1/')
137
+
138
+ directory.files.new(key: 'user/1/Gemfile').url(Time.now + 60)
139
+ ```
140
+
141
+ By default the temporary credentials in use are refreshed only within the last
142
+ 15 seconds of its expiration time. The URL requested with 60 seconds lifetime
143
+ using the above example will only remain valid for 15 seconds in the worst case.
144
+
145
+ The problem can be avoided by refreshing the token early and often,
146
+ by setting configuration `aws_credentials_refresh_threshold_seconds` (default: 15)
147
+ which controls the time when the refresh must occur. It is expressed in seconds
148
+ before the temporary credential's expiration time.
149
+
150
+ The following example can ensure pre-signed URLs last as long as 60 seconds
151
+ by automatically refreshing the credentials when its remainder lifetime
152
+ is lower than 60 seconds:
153
+
154
+ ```ruby
155
+ s3 = Fog::Storage.new(
156
+ provider: 'AWS',
157
+ use_iam_auth: true,
158
+ aws_credentials_refresh_threshold_seconds: 60
159
+ )
160
+ directory = s3.directories.get('gaudi-portal-dev', prefix: 'user/1/')
161
+
162
+ directory.files.new(key: 'user/1/Gemfile').url(Time.now + 60)
163
+ ```
164
+
108
165
  #### Copying a file
109
166
 
110
167
  ```ruby
data/fog-aws.gemspec CHANGED
@@ -14,10 +14,10 @@ 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 = Dir['lib/**/*.rb', 'tests/**/*', 'CHANGELOG.md', 'CONTRIBUTING.md',
18
- 'CONTRIBUTORS.md', 'LICENSE.md', 'README.md', 'fog-aws.gemspec',]
17
+ spec.files = Dir['lib/**/*.{rb,json}',
18
+ 'CHANGELOG.md', 'CONTRIBUTING.md', 'CONTRIBUTORS.md',
19
+ 'LICENSE.md', 'README.md', 'fog-aws.gemspec',]
19
20
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
21
21
  spec.require_paths = ["lib"]
22
22
 
23
23
  spec.required_ruby_version = '>= 2.0.0'
@@ -31,5 +31,4 @@ Gem::Specification.new do |spec|
31
31
  spec.add_dependency 'fog-core', '~> 2.1'
32
32
  spec.add_dependency 'fog-json', '~> 1.1'
33
33
  spec.add_dependency 'fog-xml', '~> 0.1'
34
- spec.add_dependency 'ipaddress', '~> 0.8'
35
34
  end
@@ -123,10 +123,17 @@ module Fog
123
123
 
124
124
  private
125
125
 
126
+ # When defined, 'aws_credentials_refresh_threshold_seconds' controls
127
+ # when the credential needs to be refreshed, expressed in seconds before
128
+ # the current credential's expiration time
129
+ def credentials_refresh_threshold
130
+ @aws_credentials_refresh_threshold_seconds || 15
131
+ end
132
+
126
133
  def credentials_expired?
127
134
  @use_iam_profile &&
128
135
  (!@aws_credentials_expire_at ||
129
- (@aws_credentials_expire_at && Fog::Time.now > @aws_credentials_expire_at - 15)) #new credentials become available from around 5 minutes before expiration time
136
+ (@aws_credentials_expire_at && Fog::Time.now > @aws_credentials_expire_at - credentials_refresh_threshold)) #new credentials become available from around 5 minutes before expiration time
130
137
  end
131
138
 
132
139
  def refresh_credentials