aws-sdk-s3 1.16.1 → 1.17.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 +6 -6
- data/lib/aws-sdk-s3/object.rb +1 -1
- data/lib/aws-sdk-s3/object_summary.rb +1 -1
- data/lib/aws-sdk-s3/types.rb +11 -11
- 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: aa266ee58503511a145796732f17d5f58c8fa054
|
|
4
|
+
data.tar.gz: 01a0a307b9f5f23909892b861abdce95d42c996e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe19762308e862d3c7ed66cf19a83e53c61de5f388f09fcb187acbcbc4e10710357c132707b3af302b3bd66b3f9a2d050dd3947d54ef6530b88378f16b6d150c
|
|
7
|
+
data.tar.gz: b2406d39dbcb2871afbc49b3b742f014266db9e1b0f8d22f18cffccf5e1ec1f6c9b93cde06f09ded2bfbde45420973e54fed76a3e7e71515df3e8e95278994cb
|
data/lib/aws-sdk-s3.rb
CHANGED
data/lib/aws-sdk-s3/client.rb
CHANGED
|
@@ -5730,7 +5730,7 @@ module Aws::S3
|
|
|
5730
5730
|
# quote_character: "QuoteCharacter",
|
|
5731
5731
|
# allow_quoted_record_delimiter: false,
|
|
5732
5732
|
# },
|
|
5733
|
-
# compression_type: "NONE", # accepts NONE, GZIP
|
|
5733
|
+
# compression_type: "NONE", # accepts NONE, GZIP, BZIP2
|
|
5734
5734
|
# json: {
|
|
5735
5735
|
# type: "DOCUMENT", # accepts DOCUMENT, LINES
|
|
5736
5736
|
# },
|
|
@@ -5828,7 +5828,7 @@ module Aws::S3
|
|
|
5828
5828
|
#
|
|
5829
5829
|
#
|
|
5830
5830
|
#
|
|
5831
|
-
# [1]:
|
|
5831
|
+
# [1]: http://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html
|
|
5832
5832
|
#
|
|
5833
5833
|
# @option params [String] :sse_customer_key
|
|
5834
5834
|
# The SSE Customer Key. For more information, go to [ Server-Side
|
|
@@ -5836,7 +5836,7 @@ module Aws::S3
|
|
|
5836
5836
|
#
|
|
5837
5837
|
#
|
|
5838
5838
|
#
|
|
5839
|
-
# [1]:
|
|
5839
|
+
# [1]: http://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html
|
|
5840
5840
|
#
|
|
5841
5841
|
# @option params [String] :sse_customer_key_md5
|
|
5842
5842
|
# The SSE Customer Key MD5. For more information, go to [ Server-Side
|
|
@@ -5844,7 +5844,7 @@ module Aws::S3
|
|
|
5844
5844
|
#
|
|
5845
5845
|
#
|
|
5846
5846
|
#
|
|
5847
|
-
# [1]:
|
|
5847
|
+
# [1]: http://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html
|
|
5848
5848
|
#
|
|
5849
5849
|
# @option params [required, String] :expression
|
|
5850
5850
|
# The expression that is used to query the object.
|
|
@@ -6010,7 +6010,7 @@ module Aws::S3
|
|
|
6010
6010
|
# quote_character: "QuoteCharacter",
|
|
6011
6011
|
# allow_quoted_record_delimiter: false,
|
|
6012
6012
|
# },
|
|
6013
|
-
# compression_type: "NONE", # accepts NONE, GZIP
|
|
6013
|
+
# compression_type: "NONE", # accepts NONE, GZIP, BZIP2
|
|
6014
6014
|
# json: {
|
|
6015
6015
|
# type: "DOCUMENT", # accepts DOCUMENT, LINES
|
|
6016
6016
|
# },
|
|
@@ -6384,7 +6384,7 @@ module Aws::S3
|
|
|
6384
6384
|
params: params,
|
|
6385
6385
|
config: config)
|
|
6386
6386
|
context[:gem_name] = 'aws-sdk-s3'
|
|
6387
|
-
context[:gem_version] = '1.
|
|
6387
|
+
context[:gem_version] = '1.17.0'
|
|
6388
6388
|
Seahorse::Client::Request.new(handlers, context)
|
|
6389
6389
|
end
|
|
6390
6390
|
|
data/lib/aws-sdk-s3/object.rb
CHANGED
|
@@ -900,7 +900,7 @@ module Aws::S3
|
|
|
900
900
|
# quote_character: "QuoteCharacter",
|
|
901
901
|
# allow_quoted_record_delimiter: false,
|
|
902
902
|
# },
|
|
903
|
-
# compression_type: "NONE", # accepts NONE, GZIP
|
|
903
|
+
# compression_type: "NONE", # accepts NONE, GZIP, BZIP2
|
|
904
904
|
# json: {
|
|
905
905
|
# type: "DOCUMENT", # accepts DOCUMENT, LINES
|
|
906
906
|
# },
|
|
@@ -743,7 +743,7 @@ module Aws::S3
|
|
|
743
743
|
# quote_character: "QuoteCharacter",
|
|
744
744
|
# allow_quoted_record_delimiter: false,
|
|
745
745
|
# },
|
|
746
|
-
# compression_type: "NONE", # accepts NONE, GZIP
|
|
746
|
+
# compression_type: "NONE", # accepts NONE, GZIP, BZIP2
|
|
747
747
|
# json: {
|
|
748
748
|
# type: "DOCUMENT", # accepts DOCUMENT, LINES
|
|
749
749
|
# },
|
data/lib/aws-sdk-s3/types.rb
CHANGED
|
@@ -3642,7 +3642,7 @@ module Aws::S3
|
|
|
3642
3642
|
# quote_character: "QuoteCharacter",
|
|
3643
3643
|
# allow_quoted_record_delimiter: false,
|
|
3644
3644
|
# },
|
|
3645
|
-
# compression_type: "NONE", # accepts NONE, GZIP
|
|
3645
|
+
# compression_type: "NONE", # accepts NONE, GZIP, BZIP2
|
|
3646
3646
|
# json: {
|
|
3647
3647
|
# type: "DOCUMENT", # accepts DOCUMENT, LINES
|
|
3648
3648
|
# },
|
|
@@ -3653,8 +3653,8 @@ module Aws::S3
|
|
|
3653
3653
|
# @return [Types::CSVInput]
|
|
3654
3654
|
#
|
|
3655
3655
|
# @!attribute [rw] compression_type
|
|
3656
|
-
# Specifies object's compression format. Valid values: NONE, GZIP
|
|
3657
|
-
# Default Value: NONE.
|
|
3656
|
+
# Specifies object's compression format. Valid values: NONE, GZIP,
|
|
3657
|
+
# BZIP2. Default Value: NONE.
|
|
3658
3658
|
# @return [String]
|
|
3659
3659
|
#
|
|
3660
3660
|
# @!attribute [rw] json
|
|
@@ -7529,7 +7529,7 @@ module Aws::S3
|
|
|
7529
7529
|
# quote_character: "QuoteCharacter",
|
|
7530
7530
|
# allow_quoted_record_delimiter: false,
|
|
7531
7531
|
# },
|
|
7532
|
-
# compression_type: "NONE", # accepts NONE, GZIP
|
|
7532
|
+
# compression_type: "NONE", # accepts NONE, GZIP, BZIP2
|
|
7533
7533
|
# json: {
|
|
7534
7534
|
# type: "DOCUMENT", # accepts DOCUMENT, LINES
|
|
7535
7535
|
# },
|
|
@@ -7648,7 +7648,7 @@ module Aws::S3
|
|
|
7648
7648
|
# quote_character: "QuoteCharacter",
|
|
7649
7649
|
# allow_quoted_record_delimiter: false,
|
|
7650
7650
|
# },
|
|
7651
|
-
# compression_type: "NONE", # accepts NONE, GZIP
|
|
7651
|
+
# compression_type: "NONE", # accepts NONE, GZIP, BZIP2
|
|
7652
7652
|
# json: {
|
|
7653
7653
|
# type: "DOCUMENT", # accepts DOCUMENT, LINES
|
|
7654
7654
|
# },
|
|
@@ -8048,7 +8048,7 @@ module Aws::S3
|
|
|
8048
8048
|
#
|
|
8049
8049
|
#
|
|
8050
8050
|
#
|
|
8051
|
-
# [1]:
|
|
8051
|
+
# [1]: http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html
|
|
8052
8052
|
#
|
|
8053
8053
|
# @note When making an API call, you may pass SelectObjectContentRequest
|
|
8054
8054
|
# data as a hash:
|
|
@@ -8074,7 +8074,7 @@ module Aws::S3
|
|
|
8074
8074
|
# quote_character: "QuoteCharacter",
|
|
8075
8075
|
# allow_quoted_record_delimiter: false,
|
|
8076
8076
|
# },
|
|
8077
|
-
# compression_type: "NONE", # accepts NONE, GZIP
|
|
8077
|
+
# compression_type: "NONE", # accepts NONE, GZIP, BZIP2
|
|
8078
8078
|
# json: {
|
|
8079
8079
|
# type: "DOCUMENT", # accepts DOCUMENT, LINES
|
|
8080
8080
|
# },
|
|
@@ -8108,7 +8108,7 @@ module Aws::S3
|
|
|
8108
8108
|
#
|
|
8109
8109
|
#
|
|
8110
8110
|
#
|
|
8111
|
-
# [1]:
|
|
8111
|
+
# [1]: http://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html
|
|
8112
8112
|
# @return [String]
|
|
8113
8113
|
#
|
|
8114
8114
|
# @!attribute [rw] sse_customer_key
|
|
@@ -8117,7 +8117,7 @@ module Aws::S3
|
|
|
8117
8117
|
#
|
|
8118
8118
|
#
|
|
8119
8119
|
#
|
|
8120
|
-
# [1]:
|
|
8120
|
+
# [1]: http://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html
|
|
8121
8121
|
# @return [String]
|
|
8122
8122
|
#
|
|
8123
8123
|
# @!attribute [rw] sse_customer_key_md5
|
|
@@ -8126,7 +8126,7 @@ module Aws::S3
|
|
|
8126
8126
|
#
|
|
8127
8127
|
#
|
|
8128
8128
|
#
|
|
8129
|
-
# [1]:
|
|
8129
|
+
# [1]: http://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html
|
|
8130
8130
|
# @return [String]
|
|
8131
8131
|
#
|
|
8132
8132
|
# @!attribute [rw] expression
|
|
@@ -8184,7 +8184,7 @@ module Aws::S3
|
|
|
8184
8184
|
# quote_character: "QuoteCharacter",
|
|
8185
8185
|
# allow_quoted_record_delimiter: false,
|
|
8186
8186
|
# },
|
|
8187
|
-
# compression_type: "NONE", # accepts NONE, GZIP
|
|
8187
|
+
# compression_type: "NONE", # accepts NONE, GZIP, BZIP2
|
|
8188
8188
|
# json: {
|
|
8189
8189
|
# type: "DOCUMENT", # accepts DOCUMENT, LINES
|
|
8190
8190
|
# },
|
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.17.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-07-
|
|
11
|
+
date: 2018-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-kms
|