idlc-sdk-core 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/idlc-sdk-core/restclient.rb +1 -1
- data/lib/idlc-sdk-core/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24e3ab24085edb47e4855fbf73b1c1cf306f4cbfc039700b8ca07139d2487801
|
4
|
+
data.tar.gz: 0f4a97d8a41525f892eb9b6951a3ec3bb2745e3b3ffd972b36a072259138c4b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bcdb41605d8fd9db175ca0cde2eb5059795eb4803972eb5cea241d69c1d99544000c0550fb35531c8f0ec85dcb196dcbfb828b6a23d6748895ff48fec3ca544d
|
7
|
+
data.tar.gz: 8246197bd86dae9c11edbd353368c20d147bc9f38a7ca142dfec240d4043a0b3439da8fcc78534c3a7d0fb225d2ec776708b83434f777597ca1f1c8c996d0f7a
|
@@ -106,7 +106,7 @@ module Idlc
|
|
106
106
|
request.add_field 'content-type', 'application/json'
|
107
107
|
request.add_field 'host', signature.headers['host']
|
108
108
|
request.add_field 'x-amz-date', signature.headers['x-amz-date']
|
109
|
-
request.add_field 'x-amz-security-token', signature.headers['x-amz-security-token']
|
109
|
+
request.add_field 'x-amz-security-token', signature.headers['x-amz-security-token'] unless (signature.headers['x-amz-security-token'].nil?)
|
110
110
|
request.add_field 'x-amz-content-sha256', signature.headers['x-amz-content-sha256']
|
111
111
|
request.add_field 'authorization', signature.headers['authorization']
|
112
112
|
end
|