rabbit_swift 0.3.4 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ecd97e29955444c2365dc1500a1078253454efc
4
- data.tar.gz: e36ef4e5bc5a2c7c53eb029d1886806df7a9221e
3
+ metadata.gz: 90f850cbe4e717f7a3d29ed527f64d8c4e381e51
4
+ data.tar.gz: 79c3d49595ac7bc9a2a75af3545e984b1748a50f
5
5
  SHA512:
6
- metadata.gz: 9db3dd8e17ae2cd2be533ee9d788dcc68aaed1446c38115af9eb590840fcc2a92d93f244d98babc0498f40a766de423691a1906c57e3065ada9a57325712b7e4
7
- data.tar.gz: 8d19c17c4efac7fe87771cc307430ea9835459a93f5a5bcd3b235e3d17edbdc9ea168af5fcc8246c31d9722c69e54156484e330163b2cc2c87248e04d8736199
6
+ metadata.gz: c17a0482e999fb0bfddceb518f4a95f5d155a16de67934b4333876a1c6b79104c7951cc60b1cb4092af119fe25fa84d75e57e8bd42c0997755d7bc518259a60f
7
+ data.tar.gz: bb22c21d886035ba5d3a63e8d99f429f3d39ba51d6ec17183a2209f78d7763b9a305f0b2c4aba094a2b3ce9812b40312c5c2801c2728c42c36eef85e76f2157b
data/README.md CHANGED
@@ -27,7 +27,8 @@ Or install it yourself as:
27
27
  auth_url: "https://ident-r1nd9999.cnode.jp/v2.0/tokens",
28
28
  tenantName: "1234567",
29
29
  username: "chino",
30
- password: "password"
30
+ password: "password",
31
+ endPoint: "https://objectstore.node.jp/v1/77777777"
31
32
  }
32
33
  ```
33
34
 
@@ -53,7 +54,7 @@ Or install it yourself as:
53
54
  ### Support Static Large Object
54
55
 
55
56
  #### SLO Object Download Support
56
- rabbit_swift_client.get_object(token, url) --> enable SLO object download
57
+ rabbit_swift_client.get_object(token, slo_manifest_url) --> enable SLO object download
57
58
 
58
59
  #### When upload object size 5GB over. Auto change mode SLO
59
60
  rabbit_swift_client.upload(token, dest_url, 5GB_under_file.zip) --> normal upload
data/RELEASE.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # リリース履歴
2
2
 
3
+ ## 0.3.5
4
+
5
+ (2015/02/21)
6
+
7
+ Fix get_object timeout
8
+
3
9
  ## 0.3.4
4
10
 
5
11
  (2015/02/20)
@@ -73,6 +73,7 @@ module RabbitSwift
73
73
  end
74
74
 
75
75
  http_client = HTTPClient.new
76
+ http_client.receive_timeout = 60 * 120
76
77
 
77
78
  open(dest_file, 'wb') do |file|
78
79
  file.write http_client.get_content(URI.parse(URI.encode(url)), query, auth_header)
@@ -1,3 +1,3 @@
1
1
  module RabbitSwift
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbit_swift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - AKB428
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-19 00:00:00.000000000 Z
11
+ date: 2015-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler