aws-sdk-s3 1.29.0 → 1.30.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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-s3.rb +1 -1
- data/lib/aws-sdk-s3/client.rb +4 -4
- data/lib/aws-sdk-s3/types.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aeef11de37432cb216ecc5a76c804972111ace4f
|
|
4
|
+
data.tar.gz: 140475340509664b4bb26454c717b782478613f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d770625ee9f8161d0f6207dc9eeb763d0d50dc164445fa5e307cce3b491d748e08af2c744f13e68967b00e2d65c203afcc1643d279a21984955926d72fcd9d9c
|
|
7
|
+
data.tar.gz: 58e559184327106b1dcdd580efbba0cbd19bd2ee0865e402794abec7eb8095dc7a708c4825fb93e37a983be48d3e75ea195c4902a05e4085fee54f7ad88102eb
|
data/lib/aws-sdk-s3.rb
CHANGED
data/lib/aws-sdk-s3/client.rb
CHANGED
|
@@ -1817,7 +1817,7 @@ module Aws::S3
|
|
|
1817
1817
|
#
|
|
1818
1818
|
# resp.inventory_configuration.destination.s3_bucket_destination.account_id #=> String
|
|
1819
1819
|
# resp.inventory_configuration.destination.s3_bucket_destination.bucket #=> String
|
|
1820
|
-
# resp.inventory_configuration.destination.s3_bucket_destination.format #=> String, one of "CSV", "ORC"
|
|
1820
|
+
# resp.inventory_configuration.destination.s3_bucket_destination.format #=> String, one of "CSV", "ORC", "Parquet"
|
|
1821
1821
|
# resp.inventory_configuration.destination.s3_bucket_destination.prefix #=> String
|
|
1822
1822
|
# resp.inventory_configuration.destination.s3_bucket_destination.encryption.ssekms.key_id #=> String
|
|
1823
1823
|
# resp.inventory_configuration.is_enabled #=> Boolean
|
|
@@ -3551,7 +3551,7 @@ module Aws::S3
|
|
|
3551
3551
|
# resp.inventory_configuration_list #=> Array
|
|
3552
3552
|
# resp.inventory_configuration_list[0].destination.s3_bucket_destination.account_id #=> String
|
|
3553
3553
|
# resp.inventory_configuration_list[0].destination.s3_bucket_destination.bucket #=> String
|
|
3554
|
-
# resp.inventory_configuration_list[0].destination.s3_bucket_destination.format #=> String, one of "CSV", "ORC"
|
|
3554
|
+
# resp.inventory_configuration_list[0].destination.s3_bucket_destination.format #=> String, one of "CSV", "ORC", "Parquet"
|
|
3555
3555
|
# resp.inventory_configuration_list[0].destination.s3_bucket_destination.prefix #=> String
|
|
3556
3556
|
# resp.inventory_configuration_list[0].destination.s3_bucket_destination.encryption.ssekms.key_id #=> String
|
|
3557
3557
|
# resp.inventory_configuration_list[0].is_enabled #=> Boolean
|
|
@@ -4721,7 +4721,7 @@ module Aws::S3
|
|
|
4721
4721
|
# s3_bucket_destination: { # required
|
|
4722
4722
|
# account_id: "AccountId",
|
|
4723
4723
|
# bucket: "BucketName", # required
|
|
4724
|
-
# format: "CSV", # required, accepts CSV, ORC
|
|
4724
|
+
# format: "CSV", # required, accepts CSV, ORC, Parquet
|
|
4725
4725
|
# prefix: "Prefix",
|
|
4726
4726
|
# encryption: {
|
|
4727
4727
|
# sses3: {
|
|
@@ -6990,7 +6990,7 @@ module Aws::S3
|
|
|
6990
6990
|
params: params,
|
|
6991
6991
|
config: config)
|
|
6992
6992
|
context[:gem_name] = 'aws-sdk-s3'
|
|
6993
|
-
context[:gem_version] = '1.
|
|
6993
|
+
context[:gem_version] = '1.30.0'
|
|
6994
6994
|
Seahorse::Client::Request.new(handlers, context)
|
|
6995
6995
|
end
|
|
6996
6996
|
|
data/lib/aws-sdk-s3/types.rb
CHANGED
|
@@ -4082,7 +4082,7 @@ module Aws::S3
|
|
|
4082
4082
|
# s3_bucket_destination: { # required
|
|
4083
4083
|
# account_id: "AccountId",
|
|
4084
4084
|
# bucket: "BucketName", # required
|
|
4085
|
-
# format: "CSV", # required, accepts CSV, ORC
|
|
4085
|
+
# format: "CSV", # required, accepts CSV, ORC, Parquet
|
|
4086
4086
|
# prefix: "Prefix",
|
|
4087
4087
|
# encryption: {
|
|
4088
4088
|
# sses3: {
|
|
@@ -4156,7 +4156,7 @@ module Aws::S3
|
|
|
4156
4156
|
# s3_bucket_destination: { # required
|
|
4157
4157
|
# account_id: "AccountId",
|
|
4158
4158
|
# bucket: "BucketName", # required
|
|
4159
|
-
# format: "CSV", # required, accepts CSV, ORC
|
|
4159
|
+
# format: "CSV", # required, accepts CSV, ORC, Parquet
|
|
4160
4160
|
# prefix: "Prefix",
|
|
4161
4161
|
# encryption: {
|
|
4162
4162
|
# sses3: {
|
|
@@ -4235,7 +4235,7 @@ module Aws::S3
|
|
|
4235
4235
|
# {
|
|
4236
4236
|
# account_id: "AccountId",
|
|
4237
4237
|
# bucket: "BucketName", # required
|
|
4238
|
-
# format: "CSV", # required, accepts CSV, ORC
|
|
4238
|
+
# format: "CSV", # required, accepts CSV, ORC, Parquet
|
|
4239
4239
|
# prefix: "Prefix",
|
|
4240
4240
|
# encryption: {
|
|
4241
4241
|
# sses3: {
|
|
@@ -6696,7 +6696,7 @@ module Aws::S3
|
|
|
6696
6696
|
# s3_bucket_destination: { # required
|
|
6697
6697
|
# account_id: "AccountId",
|
|
6698
6698
|
# bucket: "BucketName", # required
|
|
6699
|
-
# format: "CSV", # required, accepts CSV, ORC
|
|
6699
|
+
# format: "CSV", # required, accepts CSV, ORC, Parquet
|
|
6700
6700
|
# prefix: "Prefix",
|
|
6701
6701
|
# encryption: {
|
|
6702
6702
|
# sses3: {
|
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.30.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: 2018-
|
|
11
|
+
date: 2018-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-kms
|