aws-sdk-resources 2.3.4 → 2.3.5
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 -1
- 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: 8bee813395b86a371941c4e51ba760dc81c7302b
|
|
4
|
+
data.tar.gz: 5737b7d8fea9e1ebfe540d9a7cb2b6c0973f8757
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ec15cad310dc27c849e2abdc496bd21d6ca24d7634a16cf532bfe91dc13cd1f190f7ac1845f1525540a5d99d6318a40b2f761695e809787aa96fddaf74129bd
|
|
7
|
+
data.tar.gz: 78e5c56123a0dec6b34b36dd0a9b7397f978a957363df361fe18c0c40dfee06e4fda7f83c10c22724832445a9cd2deeb7d20c64b56298881f86d54d492052659
|
|
@@ -174,7 +174,10 @@ module Aws
|
|
|
174
174
|
#
|
|
175
175
|
# @option params [Integer] :expires_in (900) Number of seconds before
|
|
176
176
|
# the pre-signed URL expires. This may not exceed one week (604800
|
|
177
|
-
# seconds).
|
|
177
|
+
# seconds). Note that the pre-signed URL is also only valid as long as
|
|
178
|
+
# credentials used to sign it are. For example, when using IAM roles,
|
|
179
|
+
# temporary tokens generated for signing also have a default expiration
|
|
180
|
+
# which will affect the effective expiration of the pre-signed URL.
|
|
178
181
|
#
|
|
179
182
|
# @raise [ArgumentError] Raised if `:expires_in` exceeds one week
|
|
180
183
|
# (604800 seconds).
|
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.5
|
|
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-05-
|
|
11
|
+
date: 2016-05-17 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.5
|
|
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.5
|
|
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:
|