aws-sdk-glacier 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28414e2ba97c3624676812fb8466bbf28bef75b9
4
- data.tar.gz: 3fa867c044fdc40bf23dd0dfc0ec76fcfb2b44de
3
+ metadata.gz: f0ffb4f3d371e929b2b9b01e7beb62005a98ddc1
4
+ data.tar.gz: 8176406a8b319bdc6a3d98280db0e25106f6acbf
5
5
  SHA512:
6
- metadata.gz: ea5dcf6ae8cfa7a149f9ab02f40c5069d9f44b75b20c821c4cbbc0057382d1a02f814c4f239ff74e0feb2f195cfd8df79877f9872048c23693439543eff610da
7
- data.tar.gz: c124f01fa08b99410ea18a6e87daa72245a5a1d183211f0375fb4937bdca52bd2d8f10c46056ec23397f5b4c3beb4166648fc29604dc7e547c068ee23e24b06a
6
+ metadata.gz: f85e3ceef61f867886692a9acade950d9a6e6ef8c2b5fb4da2522a5420d77ed2b1695830c7c325cb9ca48dec8209591b9a7a675d3ce9b988a705128c2a3f95ee
7
+ data.tar.gz: 0f3c770900475bfa10d094df8e6f734c00a0f19402dc983f0d7580a5b57d24df366b8967413aad519327d2f18bbbd414925d1b757be6a488b35481d535aab7bf
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-glacier/customizations'
49
49
  # @service
50
50
  module Aws::Glacier
51
51
 
52
- GEM_VERSION = '1.2.0'
52
+ GEM_VERSION = '1.3.0'
53
53
 
54
54
  end
@@ -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 examplevault.
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 state.
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 file.
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.2.0'
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.2.0
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-07 00:00:00.000000000 Z
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