aws-sdk-resources 2.3.13 → 2.3.14

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: 11c22ca5443cb742557f0ff0d51e1fef0df79fcf
4
- data.tar.gz: e4491cd6fc35298e073d7a8b2acc125d51b1f4ff
3
+ metadata.gz: 90b39e4326ae02dbdefe292f85016a76e037bfea
4
+ data.tar.gz: fe1eac1d23e52cb0753548afc3f7f211cee0ae31
5
5
  SHA512:
6
- metadata.gz: 415203dbe9f34837a545a8665a75c2573ff78bdbce65fb04556fed2d8168b9144b7e7d8205334e3aac2cfa3d544d4c29cd5b9a4ef12cc1a10c5621f832cd9817
7
- data.tar.gz: de05df3ec9627f3f6a53b9e41914921ec0476fd22702bf8a15736c53673ad13fe222c7c7c7b9e456dcf23bd5e2477043707793aaadd0583e3a9990b4cd77d932
6
+ metadata.gz: 2293990811a6fc6f853d2b370fd0441d68d18220deeddbbfaeeec3ab72e82bc5be9269ced5fa35db7dca7c46d5dee4c5f1d92490f8460d398a8f270505c1ca19
7
+ data.tar.gz: 59dc3edca24ab708d2a143acfdc38179ca03d754a0d9502fca28b201109b7745854e127238838d9581fa9f99deb0a64a3804810264a6801d5264472d4c622fca
@@ -23,16 +23,16 @@ module Aws
23
23
  # performance improvements on large objects. Amazon S3 does
24
24
  # not accept multipart copies for objects smaller than 5MB.
25
25
  #
26
- # @options options [Integer] :content_length Only used when
26
+ # @option options [Integer] :content_length Only used when
27
27
  # `:multipart_copy` is `true`. Passing this options avoids a HEAD
28
28
  # request to query the source object size.
29
29
  #
30
- # @options options [S3::Client] :copy_source_client Only used when
30
+ # @option options [S3::Client] :copy_source_client Only used when
31
31
  # `:multipart_copy` is `true` and the source object is in a
32
32
  # different region. You do not need to specify this option
33
33
  # if you have provided `:content_length`.
34
34
  #
35
- # @options options [String] :copy_source_region Only used when
35
+ # @option options [String] :copy_source_region Only used when
36
36
  # `:multipart_copy` is `true` and the source object is in a
37
37
  # different region. You do not need to specify this option
38
38
  # if you have provided a `:source_client` or a `:content_length`.
@@ -106,7 +106,7 @@ module Aws
106
106
  # Copies and deletes the current object. The object will only be
107
107
  # deleted if the copy operation succeeds.
108
108
  # @param (see Object#copy_to)
109
- # @options (see Object#copy_to)
109
+ # @option (see Object#copy_to)
110
110
  # @return [void]
111
111
  # @see Object#copy_to
112
112
  # @see Object#delete
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-resources
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.13
4
+ version: 2.3.14
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: 2016-06-09 00:00:00.000000000 Z
11
+ date: 2016-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 2.3.13
19
+ version: 2.3.14
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 2.3.13
26
+ version: 2.3.14
27
27
  description: Provides resource oriented interfaces and other higher-level abstractions
28
28
  for many AWS services. This gem is part of the official AWS SDK for Ruby.
29
29
  email: