aws-sdk-resources 2.1.29 → 2.1.30
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 +2 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab68f7263e0966e791b931b50b8b998c0c5fb71b
|
|
4
|
+
data.tar.gz: 3334bebb1b8e9336a810d865c4b6eaa7bd0ecd9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da1ddd72ae87d743da8ba138b5939d1752ea3fd87711731f1bbe2b51c8391a4c803bebfa4fc4dcfdfc9baf8c51bdf22745e44be22fa9ac4daf471e5e86cf2f97
|
|
7
|
+
data.tar.gz: 94bb71ee06258819fe4547afcf8c27abea0286bafaba43037165216a92f07f65eb09c31f344db97be6fdbad93072ab8b17db300e4035f190b28690332ba7c4d8
|
|
@@ -32,7 +32,7 @@ module Aws
|
|
|
32
32
|
# for large objects. This is required for objects that exceed 5GB.
|
|
33
33
|
#
|
|
34
34
|
# @note If you need to copy to a bucket in a different region, use
|
|
35
|
-
# #
|
|
35
|
+
# {#copy_from}.
|
|
36
36
|
#
|
|
37
37
|
# @param [S3::Object, String, Hash] target Where to copy the object
|
|
38
38
|
# data to. `target` must be one of the following:
|
|
@@ -81,8 +81,7 @@ module Aws
|
|
|
81
81
|
# a file field.
|
|
82
82
|
#
|
|
83
83
|
# See the {PresignedPost} documentation for more information.
|
|
84
|
-
#
|
|
85
|
-
# the `:key` or `:key_starts_with` options.
|
|
84
|
+
#
|
|
86
85
|
# @option (see PresignedPost#initialize)
|
|
87
86
|
# @return [PresignedPost]
|
|
88
87
|
# @see PresignedPost
|
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.1.
|
|
4
|
+
version: 2.1.30
|
|
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: 2015-10-
|
|
11
|
+
date: 2015-10-15 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.1.
|
|
19
|
+
version: 2.1.30
|
|
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.1.
|
|
26
|
+
version: 2.1.30
|
|
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:
|
|
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
106
|
version: '0'
|
|
107
107
|
requirements: []
|
|
108
108
|
rubyforge_project:
|
|
109
|
-
rubygems_version: 2.
|
|
109
|
+
rubygems_version: 2.4.6
|
|
110
110
|
signing_key:
|
|
111
111
|
specification_version: 4
|
|
112
112
|
summary: AWS SDK for Ruby - Resources
|