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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c525a0b0642d15bf6400599f8b0d0abb7d04312da3151f13930ce5525385d5f9
4
- data.tar.gz: 8de1241f4c50da7a09084c47cd6568a2c6ce7a95059ea7c5803b4099a9325cff
3
+ metadata.gz: 90cd5bf3ac480f7f0e8420640ec2299d15d079f9e86e9cd7c797f241fd026dfd
4
+ data.tar.gz: a5103f9ef16e59644172aa6f1f0f7d83f1c2f0f6529e5baaf77e182766934118
5
5
  SHA512:
6
- metadata.gz: d565966eb03f37109584e723564a971b33ee9205a78084eae561452d81fc8cb11c2c80c0a7a5552549c5af131ffa4cb8cd3721f607e42011cc7f3e2d7ae881dc
7
- data.tar.gz: 2530d270d1349d2ce2facc22b8c0c0f04093596fb6588f386cd5f39bec516bbbc90e762533702eb10f73f3bb95f7501c504bf84bb12be0eec68f9ab63024a7e6
6
+ metadata.gz: a903560aead850eb1fa13eb65ea2694c296b94afb39216760fc371dcc878ad9ef2c6ce22b02612a040bab56e6c5ea39bd83a6a873326574544a17fb60de5a469
7
+ data.tar.gz: ce32a64c04ebcb5a361df5d1b24a5b53ef82109d156b0eb974fbf874a6cc74409b7c17a8c5a1b2779cc0d4977015cc9b068caddc0cecd09fe4ed60828d2e846b
@@ -66,6 +66,6 @@ require_relative 'aws-sdk-s3/event_streams'
66
66
  # @service
67
67
  module Aws::S3
68
68
 
69
- GEM_VERSION = '1.63.1'
69
+ GEM_VERSION = '1.64.0'
70
70
 
71
71
  end
@@ -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 search for in the following locations:
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 avalid HTTP(S) URI.
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.63.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.63.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-04 00:00:00.000000000 Z
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