aws-sdk-s3 1.6.0 → 1.7.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/encryption/client.rb +1 -1
- 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: a11701b039886049358e64ee720790553815f2e2
|
|
4
|
+
data.tar.gz: 7003f2e00e03c7a71f66ec5107b859350ae4f99c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e386e9a7bfa2ebecbcafb8c43ebe0918e2ceb900cb649069eb8943cc846136214beeb30e5663325e7447e5dc702c5c2f1b12bf45664eb7d6beead4126c5a3e8c
|
|
7
|
+
data.tar.gz: 48e7bcf3e98a6d16580c73ba5c6745d423bd5fd4e9c79189c5598c63e2e74bdf2629ca97ffef03ff508107a2a594a23bdde6fcde60fbb728ba851a3bbf764893
|
data/lib/aws-sdk-s3.rb
CHANGED
data/lib/aws-sdk-s3/client.rb
CHANGED
|
@@ -1676,7 +1676,7 @@ module Aws::S3
|
|
|
1676
1676
|
#
|
|
1677
1677
|
# resp.inventory_configuration.destination.s3_bucket_destination.account_id #=> String
|
|
1678
1678
|
# resp.inventory_configuration.destination.s3_bucket_destination.bucket #=> String
|
|
1679
|
-
# resp.inventory_configuration.destination.s3_bucket_destination.format #=> String, one of "CSV"
|
|
1679
|
+
# resp.inventory_configuration.destination.s3_bucket_destination.format #=> String, one of "CSV", "ORC"
|
|
1680
1680
|
# resp.inventory_configuration.destination.s3_bucket_destination.prefix #=> String
|
|
1681
1681
|
# resp.inventory_configuration.destination.s3_bucket_destination.encryption.ssekms.key_id #=> String
|
|
1682
1682
|
# resp.inventory_configuration.is_enabled #=> Boolean
|
|
@@ -3192,7 +3192,7 @@ module Aws::S3
|
|
|
3192
3192
|
# resp.inventory_configuration_list #=> Array
|
|
3193
3193
|
# resp.inventory_configuration_list[0].destination.s3_bucket_destination.account_id #=> String
|
|
3194
3194
|
# resp.inventory_configuration_list[0].destination.s3_bucket_destination.bucket #=> String
|
|
3195
|
-
# resp.inventory_configuration_list[0].destination.s3_bucket_destination.format #=> String, one of "CSV"
|
|
3195
|
+
# resp.inventory_configuration_list[0].destination.s3_bucket_destination.format #=> String, one of "CSV", "ORC"
|
|
3196
3196
|
# resp.inventory_configuration_list[0].destination.s3_bucket_destination.prefix #=> String
|
|
3197
3197
|
# resp.inventory_configuration_list[0].destination.s3_bucket_destination.encryption.ssekms.key_id #=> String
|
|
3198
3198
|
# resp.inventory_configuration_list[0].is_enabled #=> Boolean
|
|
@@ -4362,7 +4362,7 @@ module Aws::S3
|
|
|
4362
4362
|
# s3_bucket_destination: { # required
|
|
4363
4363
|
# account_id: "AccountId",
|
|
4364
4364
|
# bucket: "BucketName", # required
|
|
4365
|
-
# format: "CSV", # required, accepts CSV
|
|
4365
|
+
# format: "CSV", # required, accepts CSV, ORC
|
|
4366
4366
|
# prefix: "Prefix",
|
|
4367
4367
|
# encryption: {
|
|
4368
4368
|
# sses3: {
|
|
@@ -6019,7 +6019,7 @@ module Aws::S3
|
|
|
6019
6019
|
params: params,
|
|
6020
6020
|
config: config)
|
|
6021
6021
|
context[:gem_name] = 'aws-sdk-s3'
|
|
6022
|
-
context[:gem_version] = '1.
|
|
6022
|
+
context[:gem_version] = '1.7.0'
|
|
6023
6023
|
Seahorse::Client::Request.new(handlers, context)
|
|
6024
6024
|
end
|
|
6025
6025
|
|
|
@@ -26,7 +26,7 @@ module Aws
|
|
|
26
26
|
# data client-side.
|
|
27
27
|
#
|
|
28
28
|
# One of the benefits of envelope encryption is that if your master key
|
|
29
|
-
# is compromised, you have the option of
|
|
29
|
+
# is compromised, you have the option of just re-encrypting the stored
|
|
30
30
|
# envelope symmetric keys, instead of re-encrypting all of the
|
|
31
31
|
# data in your account.
|
|
32
32
|
#
|
data/lib/aws-sdk-s3/types.rb
CHANGED
|
@@ -3472,7 +3472,7 @@ module Aws::S3
|
|
|
3472
3472
|
# s3_bucket_destination: { # required
|
|
3473
3473
|
# account_id: "AccountId",
|
|
3474
3474
|
# bucket: "BucketName", # required
|
|
3475
|
-
# format: "CSV", # required, accepts CSV
|
|
3475
|
+
# format: "CSV", # required, accepts CSV, ORC
|
|
3476
3476
|
# prefix: "Prefix",
|
|
3477
3477
|
# encryption: {
|
|
3478
3478
|
# sses3: {
|
|
@@ -3546,7 +3546,7 @@ module Aws::S3
|
|
|
3546
3546
|
# s3_bucket_destination: { # required
|
|
3547
3547
|
# account_id: "AccountId",
|
|
3548
3548
|
# bucket: "BucketName", # required
|
|
3549
|
-
# format: "CSV", # required, accepts CSV
|
|
3549
|
+
# format: "CSV", # required, accepts CSV, ORC
|
|
3550
3550
|
# prefix: "Prefix",
|
|
3551
3551
|
# encryption: {
|
|
3552
3552
|
# sses3: {
|
|
@@ -3626,7 +3626,7 @@ module Aws::S3
|
|
|
3626
3626
|
# {
|
|
3627
3627
|
# account_id: "AccountId",
|
|
3628
3628
|
# bucket: "BucketName", # required
|
|
3629
|
-
# format: "CSV", # required, accepts CSV
|
|
3629
|
+
# format: "CSV", # required, accepts CSV, ORC
|
|
3630
3630
|
# prefix: "Prefix",
|
|
3631
3631
|
# encryption: {
|
|
3632
3632
|
# sses3: {
|
|
@@ -5708,7 +5708,7 @@ module Aws::S3
|
|
|
5708
5708
|
# s3_bucket_destination: { # required
|
|
5709
5709
|
# account_id: "AccountId",
|
|
5710
5710
|
# bucket: "BucketName", # required
|
|
5711
|
-
# format: "CSV", # required, accepts CSV
|
|
5711
|
+
# format: "CSV", # required, accepts CSV, ORC
|
|
5712
5712
|
# prefix: "Prefix",
|
|
5713
5713
|
# encryption: {
|
|
5714
5714
|
# 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.7.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: 2017-11-
|
|
11
|
+
date: 2017-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-kms
|