aws-sdk-s3 1.63.1 → 1.64.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 +3 -3
- data/lib/aws-sdk-s3/customizations/object.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90cd5bf3ac480f7f0e8420640ec2299d15d079f9e86e9cd7c797f241fd026dfd
|
|
4
|
+
data.tar.gz: a5103f9ef16e59644172aa6f1f0f7d83f1c2f0f6529e5baaf77e182766934118
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a903560aead850eb1fa13eb65ea2694c296b94afb39216760fc371dcc878ad9ef2c6ce22b02612a040bab56e6c5ea39bd83a6a873326574544a17fb60de5a469
|
|
7
|
+
data.tar.gz: ce32a64c04ebcb5a361df5d1b24a5b53ef82109d156b0eb974fbf874a6cc74409b7c17a8c5a1b2779cc0d4977015cc9b068caddc0cecd09fe4ed60828d2e846b
|
data/lib/aws-sdk-s3.rb
CHANGED
data/lib/aws-sdk-s3/client.rb
CHANGED
|
@@ -137,7 +137,7 @@ module Aws::S3
|
|
|
137
137
|
# @option options [required, String] :region
|
|
138
138
|
# The AWS region to connect to. The configured `:region` is
|
|
139
139
|
# used to determine the service `:endpoint`. When not passed,
|
|
140
|
-
# a default `:region` is
|
|
140
|
+
# a default `:region` is searched for in the following locations:
|
|
141
141
|
#
|
|
142
142
|
# * `Aws.config[:region]`
|
|
143
143
|
# * `ENV['AWS_REGION']`
|
|
@@ -199,7 +199,7 @@ module Aws::S3
|
|
|
199
199
|
# @option options [String] :endpoint
|
|
200
200
|
# The client endpoint is normally constructed from the `:region`
|
|
201
201
|
# option. You should only configure an `:endpoint` when connecting
|
|
202
|
-
# to test endpoints. This should be
|
|
202
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
|
203
203
|
#
|
|
204
204
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
|
205
205
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
|
@@ -11789,7 +11789,7 @@ module Aws::S3
|
|
|
11789
11789
|
params: params,
|
|
11790
11790
|
config: config)
|
|
11791
11791
|
context[:gem_name] = 'aws-sdk-s3'
|
|
11792
|
-
context[:gem_version] = '1.
|
|
11792
|
+
context[:gem_version] = '1.64.0'
|
|
11793
11793
|
Seahorse::Client::Request.new(handlers, context)
|
|
11794
11794
|
end
|
|
11795
11795
|
|
|
@@ -25,7 +25,8 @@ module Aws
|
|
|
25
25
|
#
|
|
26
26
|
# @option options [Integer] :content_length Only used when
|
|
27
27
|
# `:multipart_copy` is `true`. Passing this options avoids a HEAD
|
|
28
|
-
# request to query the source object size.
|
|
28
|
+
# request to query the source object size. Raises an `ArgumentError` if
|
|
29
|
+
# this option is provided when `:multipart_copy` is `false` or not set.
|
|
29
30
|
#
|
|
30
31
|
# @option options [S3::Client] :copy_source_client Only used when
|
|
31
32
|
# `:multipart_copy` is `true` and the source object is in a
|
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.64.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: 2020-05-
|
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-kms
|