fog-aws 3.22.0 → 3.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -1287
  3. data/lib/fog/aws/elasticache.rb +1 -1
  4. data/lib/fog/aws/models/compute/dhcp_option.rb +1 -1
  5. data/lib/fog/aws/models/compute/flavors.rb +3 -3
  6. data/lib/fog/aws/models/compute/network_interfaces.rb +1 -1
  7. data/lib/fog/aws/models/elasticache/cluster.rb +1 -1
  8. data/lib/fog/aws/models/storage/file.rb +1 -1
  9. data/lib/fog/aws/parsers/iam/list_server_certificates.rb +1 -1
  10. data/lib/fog/aws/parsers/rds/db_cluster_parser.rb +1 -1
  11. data/lib/fog/aws/parsers/rds/db_parser.rb +1 -1
  12. data/lib/fog/aws/parsers/rds/modify_db_subnet_group.rb +1 -1
  13. data/lib/fog/aws/parsers/redshift/cluster_subnet_group_parser.rb +1 -1
  14. data/lib/fog/aws/requests/auto_scaling/attach_load_balancer_target_groups.rb +1 -1
  15. data/lib/fog/aws/requests/auto_scaling/describe_scaling_activities.rb +1 -1
  16. data/lib/fog/aws/requests/auto_scaling/put_scheduled_update_group_action.rb +1 -1
  17. data/lib/fog/aws/requests/cloud_formation/create_change_set.rb +1 -1
  18. data/lib/fog/aws/requests/cloud_formation/create_stack.rb +1 -1
  19. data/lib/fog/aws/requests/cloud_formation/get_template_summary.rb +1 -1
  20. data/lib/fog/aws/requests/cloud_formation/update_stack.rb +1 -1
  21. data/lib/fog/aws/requests/cloud_watch/list_metrics.rb +1 -1
  22. data/lib/fog/aws/requests/compute/authorize_security_group_egress.rb +1 -1
  23. data/lib/fog/aws/requests/compute/authorize_security_group_ingress.rb +1 -1
  24. data/lib/fog/aws/requests/compute/create_network_interface.rb +1 -1
  25. data/lib/fog/aws/requests/compute/create_vpc.rb +1 -1
  26. data/lib/fog/aws/requests/compute/describe_network_interfaces.rb +2 -2
  27. data/lib/fog/aws/requests/compute/modify_network_interface_attribute.rb +1 -1
  28. data/lib/fog/aws/requests/compute/modify_volume.rb +1 -1
  29. data/lib/fog/aws/requests/compute/revoke_security_group_egress.rb +1 -1
  30. data/lib/fog/aws/requests/compute/revoke_security_group_ingress.rb +1 -1
  31. data/lib/fog/aws/requests/compute/run_instances.rb +2 -2
  32. data/lib/fog/aws/requests/data_pipeline/deactivate_pipeline.rb +1 -1
  33. data/lib/fog/aws/requests/ecs/list_task_definitions.rb +1 -1
  34. data/lib/fog/aws/requests/efs/create_file_system.rb +1 -1
  35. data/lib/fog/aws/requests/elasticache/authorize_cache_security_group_ingress.rb +1 -1
  36. data/lib/fog/aws/requests/elasticache/create_cache_cluster.rb +2 -2
  37. data/lib/fog/aws/requests/elasticache/describe_engine_default_parameters.rb +1 -1
  38. data/lib/fog/aws/requests/elb/delete_load_balancer_listeners.rb +1 -1
  39. data/lib/fog/aws/requests/elbv2/describe_tags.rb +2 -2
  40. data/lib/fog/aws/requests/glacier/initiate_job.rb +1 -1
  41. data/lib/fog/aws/requests/glacier/initiate_multipart_upload.rb +1 -1
  42. data/lib/fog/aws/requests/kinesis/list_streams.rb +1 -1
  43. data/lib/fog/aws/requests/rds/authorize_db_security_group_ingress.rb +2 -2
  44. data/lib/fog/aws/requests/rds/create_db_cluster.rb +1 -1
  45. data/lib/fog/aws/requests/rds/describe_db_snapshots.rb +1 -1
  46. data/lib/fog/aws/requests/rds/modify_db_instance.rb +1 -1
  47. data/lib/fog/aws/requests/rds/modify_db_parameter_group.rb +1 -1
  48. data/lib/fog/aws/requests/ses/send_raw_email.rb +1 -1
  49. data/lib/fog/aws/requests/sqs/change_message_visibility.rb +1 -1
  50. data/lib/fog/aws/requests/sqs/delete_message.rb +1 -1
  51. data/lib/fog/aws/requests/storage/copy_object.rb +1 -1
  52. data/lib/fog/aws/requests/storage/get_bucket.rb +2 -2
  53. data/lib/fog/aws/requests/storage/get_bucket_object_versions.rb +2 -2
  54. data/lib/fog/aws/requests/storage/list_parts.rb +1 -1
  55. data/lib/fog/aws/requests/storage/put_bucket_lifecycle.rb +1 -1
  56. data/lib/fog/aws/requests/storage/put_bucket_notification.rb +1 -1
  57. data/lib/fog/aws/requests/storage/put_object.rb +1 -1
  58. data/lib/fog/aws/requests/storage/upload_part_copy.rb +1 -1
  59. data/lib/fog/aws/signaturev4.rb +1 -1
  60. data/lib/fog/aws/version.rb +1 -1
  61. data/lib/fog/aws.rb +4 -2
  62. metadata +3 -3
@@ -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.23.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.23.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-06-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -1458,7 +1458,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1458
1458
  - !ruby/object:Gem::Version
1459
1459
  version: '0'
1460
1460
  requirements: []
1461
- rubygems_version: 3.4.22
1461
+ rubygems_version: 3.4.10
1462
1462
  signing_key:
1463
1463
  specification_version: 4
1464
1464
  summary: Module for the 'fog' gem to support Amazon Web Services.