aws-sdk-s3 1.174.0 → 1.176.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: 55de3e4e9fb24894b5af65b2945a0e3a5b6de6e666f2ef8888388b56f869ba9c
4
+ data.tar.gz: 3ec709acfcc16bc9f50ca0f793a6125d0f0e03e1d3cdb2d8d45dbeb825e368dc
5
5
  SHA512:
6
- metadata.gz: ea9f2984fef0721818c9fd89578fec1607717f0997a4eef687438b0b1c8ee5d7dc9e97e7eb88f61de09639f960a26263f364a7058e2cd9177ab21c796bfd6387
7
- data.tar.gz: 2abdd8f68b8d314356c8d94be450302c871ab278249deaedf5369760ef69b460999ec1e570902f5070795e9d3238170814be085263235239499ed599aa42a0e4
6
+ metadata.gz: a2eba01f80e3e630fa043f5115486cd019f6da11bafadd9c32f83336d65f71d0fb74cfdf14712b0bf3acc28ee9cde2564387596e7cdb01ef8a260ed276f4d8eb
7
+ data.tar.gz: badadb2916b359b1724fb969c55790c84a38a18d03521e86afbde89dda3b217c174362c26be80634f40b6018697a413941821ee70cb21fd72873454034260e22
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.176.0 (2024-12-03)
5
+ ------------------
6
+
7
+ * Feature - Amazon S3 Metadata stores object metadata in read-only, fully managed Apache Iceberg metadata tables that you can query. You can create metadata table configurations for S3 general purpose buckets.
8
+
9
+ 1.175.0 (2024-12-02)
10
+ ------------------
11
+
12
+ * Feature - Amazon S3 introduces support for AWS Dedicated Local Zones
13
+
4
14
  1.174.0 (2024-11-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.174.0
1
+ 1.176.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
  # },