aws-sdk-s3 1.200.0 → 1.204.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.
data/sig/client.rbs CHANGED
@@ -196,6 +196,8 @@ module Aws
196
196
  ?grant_read: ::String,
197
197
  ?grant_read_acp: ::String,
198
198
  ?grant_write_acp: ::String,
199
+ ?if_match: ::String,
200
+ ?if_none_match: ::String,
199
201
  key: ::String,
200
202
  ?metadata: Hash[::String, ::String],
201
203
  ?metadata_directive: ("COPY" | "REPLACE"),
@@ -1468,7 +1470,10 @@ module Aws
1468
1470
  sse_algorithm: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
1469
1471
  kms_master_key_id: ::String?
1470
1472
  }?,
1471
- bucket_key_enabled: bool?
1473
+ bucket_key_enabled: bool?,
1474
+ blocked_encryption_types: {
1475
+ encryption_type: Array[("NONE" | "SSE-C")]?
1476
+ }?
1472
1477
  },
1473
1478
  ]
1474
1479
  },
data/sig/object.rbs CHANGED
@@ -180,6 +180,8 @@ module Aws
180
180
  ?grant_read: ::String,
181
181
  ?grant_read_acp: ::String,
182
182
  ?grant_write_acp: ::String,
183
+ ?if_match: ::String,
184
+ ?if_none_match: ::String,
183
185
  ?metadata: Hash[::String, ::String],
184
186
  ?metadata_directive: ("COPY" | "REPLACE"),
185
187
  ?tagging_directive: ("COPY" | "REPLACE"),
@@ -84,6 +84,8 @@ module Aws
84
84
  ?grant_read: ::String,
85
85
  ?grant_read_acp: ::String,
86
86
  ?grant_write_acp: ::String,
87
+ ?if_match: ::String,
88
+ ?if_none_match: ::String,
87
89
  ?metadata: Hash[::String, ::String],
88
90
  ?metadata_directive: ("COPY" | "REPLACE"),
89
91
  ?tagging_directive: ("COPY" | "REPLACE"),
data/sig/types.rbs CHANGED
@@ -77,6 +77,11 @@ module Aws::S3
77
77
  SENSITIVE: []
78
78
  end
79
79
 
80
+ class BlockedEncryptionTypes
81
+ attr_accessor encryption_type: ::Array[("NONE" | "SSE-C")]
82
+ SENSITIVE: []
83
+ end
84
+
80
85
  class Bucket
81
86
  attr_accessor name: ::String
82
87
  attr_accessor creation_date: ::Time
@@ -269,6 +274,8 @@ module Aws::S3
269
274
  attr_accessor grant_read: ::String
270
275
  attr_accessor grant_read_acp: ::String
271
276
  attr_accessor grant_write_acp: ::String
277
+ attr_accessor if_match: ::String
278
+ attr_accessor if_none_match: ::String
272
279
  attr_accessor key: ::String
273
280
  attr_accessor metadata: ::Hash[::String, ::String]
274
281
  attr_accessor metadata_directive: ("COPY" | "REPLACE")
@@ -2605,6 +2612,7 @@ module Aws::S3
2605
2612
  class ServerSideEncryptionRule
2606
2613
  attr_accessor apply_server_side_encryption_by_default: Types::ServerSideEncryptionByDefault
2607
2614
  attr_accessor bucket_key_enabled: bool
2615
+ attr_accessor blocked_encryption_types: Types::BlockedEncryptionTypes
2608
2616
  SENSITIVE: []
2609
2617
  end
2610
2618
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.200.0
4
+ version: 1.204.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: '3'
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 3.231.0
49
+ version: 3.234.0
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
@@ -56,7 +56,7 @@ dependencies:
56
56
  version: '3'
57
57
  - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: 3.231.0
59
+ version: 3.234.0
60
60
  description: Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3).
61
61
  This gem is part of the AWS SDK for Ruby.
62
62
  email: