aws-sdk-s3 1.174.0 → 1.175.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41708b9731d7e419a0ba0c0b1055eb898262787bbbb863ac9fc263dea923ab39
4
- data.tar.gz: 7b234e13747a166c717b53e12f10c68c46f095a6c80a595729b2bf45bd26559d
3
+ metadata.gz: 7a4ee2c0b63c4bbcd23a867b373d5e5def8a9383bc662f202dff55ecd19b9070
4
+ data.tar.gz: 8b450f1bb5847813b453c4ac04cbc639aa0c8a93a13840598987c38ecc6bd388
5
5
  SHA512:
6
- metadata.gz: ea9f2984fef0721818c9fd89578fec1607717f0997a4eef687438b0b1c8ee5d7dc9e97e7eb88f61de09639f960a26263f364a7058e2cd9177ab21c796bfd6387
7
- data.tar.gz: 2abdd8f68b8d314356c8d94be450302c871ab278249deaedf5369760ef69b460999ec1e570902f5070795e9d3238170814be085263235239499ed599aa42a0e4
6
+ metadata.gz: 6c8539f2b8cf0f516c79c24c21cae6f24be3bf20ec80240c37a61273a39f5dff87e6dae670b6bedafac8c731cb2d9b6410b2a288235e98225af7dfc852516ed2
7
+ data.tar.gz: 1ed838dbc7cdb5d29a29643b362c088c243e8970b1979924cc99152c73dcf381a7f96b7490d52d45620d1d4081ed13f16a2843ef223b863bd7b31b8574c89e70
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.175.0 (2024-12-02)
5
+ ------------------
6
+
7
+ * Feature - Amazon S3 introduces support for AWS Dedicated Local Zones
8
+
4
9
  1.174.0 (2024-11-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.174.0
1
+ 1.175.0
@@ -239,11 +239,11 @@ module Aws::S3
239
239
  # create_bucket_configuration: {
240
240
  # location_constraint: "af-south-1", # accepts af-south-1, ap-east-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, ap-south-1, ap-south-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ca-central-1, cn-north-1, cn-northwest-1, EU, eu-central-1, eu-north-1, eu-south-1, eu-south-2, eu-west-1, eu-west-2, eu-west-3, me-south-1, sa-east-1, us-east-2, us-gov-east-1, us-gov-west-1, us-west-1, us-west-2
241
241
  # location: {
242
- # type: "AvailabilityZone", # accepts AvailabilityZone
242
+ # type: "AvailabilityZone", # accepts AvailabilityZone, LocalZone
243
243
  # name: "LocationNameAsString",
244
244
  # },
245
245
  # bucket: {
246
- # data_redundancy: "SingleAvailabilityZone", # accepts SingleAvailabilityZone
246
+ # data_redundancy: "SingleAvailabilityZone", # accepts SingleAvailabilityZone, SingleLocalZone
247
247
  # type: "Directory", # accepts Directory
248
248
  # },
249
249
  # },