aws-sdk-glacier 1.2.0 → 1.3.0
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-glacier.rb +1 -1
- data/lib/aws-sdk-glacier/client.rb +7 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0ffb4f3d371e929b2b9b01e7beb62005a98ddc1
|
|
4
|
+
data.tar.gz: 8176406a8b319bdc6a3d98280db0e25106f6acbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f85e3ceef61f867886692a9acade950d9a6e6ef8c2b5fb4da2522a5420d77ed2b1695830c7c325cb9ca48dec8209591b9a7a675d3ce9b988a705128c2a3f95ee
|
|
7
|
+
data.tar.gz: 0f3c770900475bfa10d094df8e6f734c00a0f19402dc983f0d7580a5b57d24df366b8967413aad519327d2f18bbbd414925d1b757be6a488b35481d535aab7bf
|
data/lib/aws-sdk-glacier.rb
CHANGED
|
@@ -265,7 +265,8 @@ module Aws::Glacier
|
|
|
265
265
|
#
|
|
266
266
|
# @example Example: To abort a vault lock
|
|
267
267
|
#
|
|
268
|
-
# # The example aborts the vault locking process if the vault lock is not in the Locked state for the vault named
|
|
268
|
+
# # The example aborts the vault locking process if the vault lock is not in the Locked state for the vault named
|
|
269
|
+
# # examplevault.
|
|
269
270
|
#
|
|
270
271
|
# resp = client.abort_vault_lock({
|
|
271
272
|
# account_id: "-",
|
|
@@ -516,7 +517,8 @@ module Aws::Glacier
|
|
|
516
517
|
#
|
|
517
518
|
# @example Example: To complete a vault lock
|
|
518
519
|
#
|
|
519
|
-
# # The example completes the vault locking process by transitioning the vault lock from the InProgress state to the Locked
|
|
520
|
+
# # The example completes the vault locking process by transitioning the vault lock from the InProgress state to the Locked
|
|
521
|
+
# # state.
|
|
520
522
|
#
|
|
521
523
|
# resp = client.complete_vault_lock({
|
|
522
524
|
# account_id: "-",
|
|
@@ -1849,7 +1851,8 @@ module Aws::Glacier
|
|
|
1849
1851
|
#
|
|
1850
1852
|
# @example Example: To initiate a multipart upload
|
|
1851
1853
|
#
|
|
1852
|
-
# # The example initiates a multipart upload to a vault named my-vault with a part size of 1 MiB (1024 x 1024 bytes) per
|
|
1854
|
+
# # The example initiates a multipart upload to a vault named my-vault with a part size of 1 MiB (1024 x 1024 bytes) per
|
|
1855
|
+
# # file.
|
|
1853
1856
|
#
|
|
1854
1857
|
# resp = client.initiate_multipart_upload({
|
|
1855
1858
|
# account_id: "-",
|
|
@@ -3210,7 +3213,7 @@ module Aws::Glacier
|
|
|
3210
3213
|
params: params,
|
|
3211
3214
|
config: config)
|
|
3212
3215
|
context[:gem_name] = 'aws-sdk-glacier'
|
|
3213
|
-
context[:gem_version] = '1.
|
|
3216
|
+
context[:gem_version] = '1.3.0'
|
|
3214
3217
|
Seahorse::Client::Request.new(handlers, context)
|
|
3215
3218
|
end
|
|
3216
3219
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-glacier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
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: 2017-09-
|
|
11
|
+
date: 2017-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|