aws-sdk-s3 1.117.2 → 1.118.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/client.rb +1 -1
- data/lib/aws-sdk-s3/endpoint_provider.rb +651 -2004
- data/lib/aws-sdk-s3/types.rb +6 -0
- data/lib/aws-sdk-s3.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-s3/types.rb
CHANGED
@@ -3977,6 +3977,8 @@ module Aws::S3
|
|
3977
3977
|
|
3978
3978
|
# A container for specifying the configuration for Amazon EventBridge.
|
3979
3979
|
#
|
3980
|
+
# @api private
|
3981
|
+
#
|
3980
3982
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/EventBridgeConfiguration AWS API Documentation
|
3981
3983
|
#
|
3982
3984
|
class EventBridgeConfiguration < Aws::EmptyStructure; end
|
@@ -9133,6 +9135,8 @@ module Aws::S3
|
|
9133
9135
|
|
9134
9136
|
# Container for Parquet.
|
9135
9137
|
#
|
9138
|
+
# @api private
|
9139
|
+
#
|
9136
9140
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ParquetInput AWS API Documentation
|
9137
9141
|
#
|
9138
9142
|
class ParquetInput < Aws::EmptyStructure; end
|
@@ -12365,6 +12369,8 @@ module Aws::S3
|
|
12365
12369
|
|
12366
12370
|
# Specifies the use of SSE-S3 to encrypt delivered inventory reports.
|
12367
12371
|
#
|
12372
|
+
# @api private
|
12373
|
+
#
|
12368
12374
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/SSES3 AWS API Documentation
|
12369
12375
|
#
|
12370
12376
|
class SSES3 < Aws::EmptyStructure; end
|
data/lib/aws-sdk-s3.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-s3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.118.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-kms
|