aws-sdk-resources 2.3.13 → 2.3.14
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-resources/services/s3/object.rb +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90b39e4326ae02dbdefe292f85016a76e037bfea
|
|
4
|
+
data.tar.gz: fe1eac1d23e52cb0753548afc3f7f211cee0ae31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
# @
|
|
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
|
-
# @
|
|
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
|
-
# @
|
|
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
|
-
# @
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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:
|