aws-sdk-s3 1.29.0 → 1.30.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
  SHA1:
3
- metadata.gz: bca0b2979a485f10044d06c8cb7fffdf5e33b1e7
4
- data.tar.gz: 5781bd349fe509743f076845173d70eadab51650
3
+ metadata.gz: aeef11de37432cb216ecc5a76c804972111ace4f
4
+ data.tar.gz: 140475340509664b4bb26454c717b782478613f4
5
5
  SHA512:
6
- metadata.gz: 6dde5eaa19a0f84272b46bb9db077ddf4f3457beb1c5b0c79f2314d0383de085643d46fb6f3ec9452bd5e4bebe33e8805a4b6153b8e9e221d06c673f3a868bbf
7
- data.tar.gz: b92381c175dfa721b5bf9c77c009284a3d0dc6739a441cdde149b4f1714d22dd6e6d68079a2dce7bbc3a82bf1d6d18c0de84f7548d6e9e51a820e4d1f541ed1a
6
+ metadata.gz: d770625ee9f8161d0f6207dc9eeb763d0d50dc164445fa5e307cce3b491d748e08af2c744f13e68967b00e2d65c203afcc1643d279a21984955926d72fcd9d9c
7
+ data.tar.gz: 58e559184327106b1dcdd580efbba0cbd19bd2ee0865e402794abec7eb8095dc7a708c4825fb93e37a983be48d3e75ea195c4902a05e4085fee54f7ad88102eb
@@ -63,6 +63,6 @@ require_relative 'aws-sdk-s3/event_streams'
63
63
  # @service
64
64
  module Aws::S3
65
65
 
66
- GEM_VERSION = '1.29.0'
66
+ GEM_VERSION = '1.30.0'
67
67
 
68
68
  end
@@ -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.29.0'
6993
+ context[:gem_version] = '1.30.0'
6994
6994
  Seahorse::Client::Request.new(handlers, context)
6995
6995
  end
6996
6996
 
@@ -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.29.0
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-30 00:00:00.000000000 Z
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