fog-aws 3.22.0 → 3.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +28 -1286
  3. data/fog-aws.gemspec +2 -0
  4. data/lib/fog/aws/credential_fetcher.rb +1 -1
  5. data/lib/fog/aws/elasticache.rb +1 -1
  6. data/lib/fog/aws/models/compute/dhcp_option.rb +1 -1
  7. data/lib/fog/aws/models/compute/flavors.rb +3 -3
  8. data/lib/fog/aws/models/compute/network_interfaces.rb +1 -1
  9. data/lib/fog/aws/models/elasticache/cluster.rb +1 -1
  10. data/lib/fog/aws/models/storage/file.rb +1 -1
  11. data/lib/fog/aws/parsers/iam/list_server_certificates.rb +1 -1
  12. data/lib/fog/aws/parsers/rds/db_cluster_parser.rb +1 -1
  13. data/lib/fog/aws/parsers/rds/db_parser.rb +1 -1
  14. data/lib/fog/aws/parsers/rds/modify_db_subnet_group.rb +1 -1
  15. data/lib/fog/aws/parsers/redshift/cluster_subnet_group_parser.rb +1 -1
  16. data/lib/fog/aws/requests/auto_scaling/attach_load_balancer_target_groups.rb +1 -1
  17. data/lib/fog/aws/requests/auto_scaling/describe_scaling_activities.rb +1 -1
  18. data/lib/fog/aws/requests/auto_scaling/put_scheduled_update_group_action.rb +1 -1
  19. data/lib/fog/aws/requests/cloud_formation/create_change_set.rb +1 -1
  20. data/lib/fog/aws/requests/cloud_formation/create_stack.rb +1 -1
  21. data/lib/fog/aws/requests/cloud_formation/get_template_summary.rb +1 -1
  22. data/lib/fog/aws/requests/cloud_formation/update_stack.rb +1 -1
  23. data/lib/fog/aws/requests/cloud_watch/list_metrics.rb +1 -1
  24. data/lib/fog/aws/requests/compute/authorize_security_group_egress.rb +1 -1
  25. data/lib/fog/aws/requests/compute/authorize_security_group_ingress.rb +1 -1
  26. data/lib/fog/aws/requests/compute/create_network_interface.rb +1 -1
  27. data/lib/fog/aws/requests/compute/create_vpc.rb +1 -1
  28. data/lib/fog/aws/requests/compute/describe_network_interfaces.rb +2 -2
  29. data/lib/fog/aws/requests/compute/modify_network_interface_attribute.rb +1 -1
  30. data/lib/fog/aws/requests/compute/modify_volume.rb +1 -1
  31. data/lib/fog/aws/requests/compute/revoke_security_group_egress.rb +1 -1
  32. data/lib/fog/aws/requests/compute/revoke_security_group_ingress.rb +1 -1
  33. data/lib/fog/aws/requests/compute/run_instances.rb +2 -2
  34. data/lib/fog/aws/requests/data_pipeline/deactivate_pipeline.rb +1 -1
  35. data/lib/fog/aws/requests/ecs/list_task_definitions.rb +1 -1
  36. data/lib/fog/aws/requests/efs/create_file_system.rb +1 -1
  37. data/lib/fog/aws/requests/elasticache/authorize_cache_security_group_ingress.rb +1 -1
  38. data/lib/fog/aws/requests/elasticache/create_cache_cluster.rb +2 -2
  39. data/lib/fog/aws/requests/elasticache/describe_engine_default_parameters.rb +1 -1
  40. data/lib/fog/aws/requests/elb/delete_load_balancer_listeners.rb +1 -1
  41. data/lib/fog/aws/requests/elbv2/describe_tags.rb +2 -2
  42. data/lib/fog/aws/requests/glacier/initiate_job.rb +1 -1
  43. data/lib/fog/aws/requests/glacier/initiate_multipart_upload.rb +1 -1
  44. data/lib/fog/aws/requests/kinesis/list_streams.rb +1 -1
  45. data/lib/fog/aws/requests/rds/authorize_db_security_group_ingress.rb +2 -2
  46. data/lib/fog/aws/requests/rds/create_db_cluster.rb +1 -1
  47. data/lib/fog/aws/requests/rds/describe_db_snapshots.rb +1 -1
  48. data/lib/fog/aws/requests/rds/modify_db_instance.rb +1 -1
  49. data/lib/fog/aws/requests/rds/modify_db_parameter_group.rb +1 -1
  50. data/lib/fog/aws/requests/ses/send_raw_email.rb +1 -1
  51. data/lib/fog/aws/requests/sqs/change_message_visibility.rb +1 -1
  52. data/lib/fog/aws/requests/sqs/delete_message.rb +1 -1
  53. data/lib/fog/aws/requests/storage/copy_object.rb +1 -1
  54. data/lib/fog/aws/requests/storage/get_bucket.rb +2 -2
  55. data/lib/fog/aws/requests/storage/get_bucket_object_versions.rb +2 -2
  56. data/lib/fog/aws/requests/storage/list_parts.rb +1 -1
  57. data/lib/fog/aws/requests/storage/put_bucket_lifecycle.rb +1 -1
  58. data/lib/fog/aws/requests/storage/put_bucket_notification.rb +1 -1
  59. data/lib/fog/aws/requests/storage/put_object.rb +1 -1
  60. data/lib/fog/aws/requests/storage/upload_part_copy.rb +1 -1
  61. data/lib/fog/aws/signaturev4.rb +1 -1
  62. data/lib/fog/aws/version.rb +1 -1
  63. data/lib/fog/aws.rb +4 -2
  64. metadata +5 -4
@@ -8,7 +8,7 @@ module Fog
8
8
  #
9
9
  # @param bucket_name [String] name of bucket to list object keys from
10
10
  # @param options [Hash] config arguments for list
11
- # @option options delimiter [String] causes keys with the same string between the prefix value and the first occurence of delimiter to be rolled up
11
+ # @option options delimiter [String] causes keys with the same string between the prefix value and the first occurrence of delimiter to be rolled up
12
12
  # @option options key-marker [String] limits object keys to only those that appear lexicographically after its value.
13
13
  # @option options max-keys [Integer] limits number of object keys returned
14
14
  # @option options prefix [String] limits object keys to those beginning with its value.
@@ -16,7 +16,7 @@ module Fog
16
16
  #
17
17
  # @return [Excon::Response] response:
18
18
  # * body [Hash]:
19
- # * Delimeter [String] - Delimiter specified for query
19
+ # * Delimiter [String] - Delimiter specified for query
20
20
  # * KeyMarker [String] - Key marker specified for query
21
21
  # * MaxKeys [Integer] - Maximum number of keys specified for query
22
22
  # * Name [String] - Name of the bucket
@@ -21,7 +21,7 @@ module Fog
21
21
  # * ID [String] Id of upload initiator
22
22
  # * IsTruncated [Boolean] Whether or not the listing is truncated
23
23
  # * Key [String] Key where multipart upload was initiated
24
- # * MaxParts [String] maximum number of replies alllowed in response
24
+ # * MaxParts [String] maximum number of replies allowed in response
25
25
  # * NextPartNumberMarker [String] last item in list, for further pagination
26
26
  # * Part [Array]:
27
27
  # * ETag [String] ETag of part
@@ -47,7 +47,7 @@ module Fog
47
47
  if rule['NoncurrentVersionExpiration']['NoncurrentDays']
48
48
  NoncurrentVersionExpiration { NoncurrentDays rule['NoncurrentVersionExpiration']['NoncurrentDays'] }
49
49
  elsif rule['NoncurrentVersionExpiration']['Date']
50
- NoncurrentVersoinExpiration {
50
+ NoncurrentVersionExpiration {
51
51
  if Date rule['NoncurrentVersionExpiration']['Date'].is_a?(Time)
52
52
  rule['NoncurrentVersionExpiration']['Date'].utc.iso8601
53
53
  else
@@ -5,7 +5,7 @@ module Fog
5
5
  # Change notification configuration for an S3 bucket
6
6
  #
7
7
  # @param bucket_name [String] name of bucket to set notification configuration for
8
- # * notications [Hash]:
8
+ # * notifications [Hash]:
9
9
  # * Topics [Array] SNS topic configurations for the notification
10
10
  # * ID [String] Unique identifier for the configuration
11
11
  # * Topic [String] Amazon SNS topic ARN to which Amazon S3 will publish a message when it detects events of specified type
@@ -16,7 +16,7 @@ module Fog
16
16
  # @option options Content-Type [String] Standard MIME type describing contents (defaults to MIME::Types.of.first)
17
17
  # @option options Expires [String] Cache expiry
18
18
  # @option options x-amz-acl [String] Permissions, must be in ['private', 'public-read', 'public-read-write', 'authenticated-read']
19
- # @option options x-amz-storage-class [String] Default is 'STANDARD', set to 'REDUCED_REDUNDANCY' for non-critical, reproducable data
19
+ # @option options x-amz-storage-class [String] Default is 'STANDARD', set to 'REDUCED_REDUNDANCY' for non-critical, reproducible data
20
20
  # @option options x-amz-meta-#{name} Headers to be returned with object, note total size of request without body must be less than 8 KB. Each name, value pair must conform to US-ASCII.
21
21
  # @option options x-amz-server-side-encryption [String] Sets HTTP header for server-side encryption. Set to 'AES256' for SSE-S3 and SSE-C. Set to 'aws:kms' for SSE-KMS
22
22
  # @option options x-amz-server-side​-encryption​-customer-algorithm [String] Algorithm to use to when encrypting the object for SSE-C.
@@ -35,7 +35,7 @@ module Fog
35
35
  # @option options [Time] x-amz-copy_source-if-modified_since Copies object it it has been modified since this time
36
36
  # @option options [String] x-amz-copy_source-if-none-match Copies object if its etag does not match this value
37
37
  # @option options [Time] x-amz-copy_source-if-unmodified-since Copies object it it has not been modified since this time
38
- # @option options [Time] x-amz-copy-source-range Specifes the range of bytes to copy from the source object
38
+ # @option options [Time] x-amz-copy-source-range Specifies the range of bytes to copy from the source object
39
39
  #
40
40
  # @return [Excon::Response]
41
41
  # * body [Hash]:
@@ -106,7 +106,7 @@ DATA
106
106
  end
107
107
 
108
108
  def canonical_headers(headers)
109
- canonical_headers = ''
109
+ canonical_headers = +''
110
110
 
111
111
  for key in headers.keys.sort_by {|k| k.to_s.downcase}
112
112
  canonical_headers << "#{key.to_s.downcase}:#{headers[key].to_s.strip}\n"
@@ -1,5 +1,5 @@
1
1
  module Fog
2
2
  module AWS
3
- VERSION = "3.22.0"
3
+ VERSION = "3.24.0"
4
4
  end
5
5
  end
data/lib/fog/aws.rb CHANGED
@@ -225,13 +225,15 @@ module Fog
225
225
  'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3',
226
226
  'ap-south-1',
227
227
  'ap-southeast-1', 'ap-southeast-2', 'ap-southeast-3', 'ap-southeast-4',
228
- 'ca-central-1', 'ca-west-1',
228
+ 'ca-central-1',
229
+ 'ca-west-1',
229
230
  'cn-north-1',
230
231
  'cn-northwest-1',
231
232
  'eu-central-1',
232
233
  'eu-north-1',
233
234
  'eu-west-1', 'eu-west-2', 'eu-west-3', 'eu-south-1', 'eu-south-2',
234
- 'me-south-1','me-central-1',
235
+ 'il-central-1',
236
+ 'me-south-1', 'me-central-1',
235
237
  'us-east-1', 'us-east-2',
236
238
  'us-west-1', 'us-west-2',
237
239
  'sa-east-1',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.22.0
4
+ version: 3.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Lane
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-03-18 00:00:00.000000000 Z
12
+ date: 2024-07-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -1442,7 +1442,8 @@ files:
1442
1442
  homepage: https://github.com/fog/fog-aws
1443
1443
  licenses:
1444
1444
  - MIT
1445
- metadata: {}
1445
+ metadata:
1446
+ changelog_uri: https://github.com/fog/fog-aws/blob/master/CHANGELOG.md
1446
1447
  post_install_message:
1447
1448
  rdoc_options: []
1448
1449
  require_paths:
@@ -1458,7 +1459,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1458
1459
  - !ruby/object:Gem::Version
1459
1460
  version: '0'
1460
1461
  requirements: []
1461
- rubygems_version: 3.4.22
1462
+ rubygems_version: 3.4.10
1462
1463
  signing_key:
1463
1464
  specification_version: 4
1464
1465
  summary: Module for the 'fog' gem to support Amazon Web Services.