aws-sdk-resources 2.2.9 → 2.2.10
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e2afc4865edb02d4603620cf7f7a4be6ee3eabd
|
4
|
+
data.tar.gz: 5b867455e660a1fc452496115d8abc39241b7be1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8db606db97b368369246c93301893258679f11530d617877bc3962d7079b5dbc3ba857566937c033597ab780c6b97602e1982c47fd8c4488b33a3a22ddb2d32b
|
7
|
+
data.tar.gz: e18ee7f01afef7c0f7b40093006027901b53b9e7815cf4aa7d1ee16789718f1529ff94c4bfb44a06acaa9c7113149a2ff8f6224e0da322550e9e36d49b2e78da
|
@@ -7,7 +7,7 @@ module Aws
|
|
7
7
|
# This client uses a process called "envelope encryption". Your private
|
8
8
|
# encryption keys and your data's plain-text are **never** sent to
|
9
9
|
# Amazon S3. **If you loose you encryption keys, you will not be able to
|
10
|
-
#
|
10
|
+
# decrypt your data.**
|
11
11
|
#
|
12
12
|
# ## Envelope Encryption Overview
|
13
13
|
#
|
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.2.
|
4
|
+
version: 2.2.10
|
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-01-
|
11
|
+
date: 2016-01-12 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.2.
|
19
|
+
version: 2.2.10
|
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.2.
|
26
|
+
version: 2.2.10
|
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:
|