aws-sigv4 1.0.0 → 1.0.1
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-sigv4/signer.rb +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8ac4cf960e969c58bb74a87d91ca12f2f39099e
|
4
|
+
data.tar.gz: 9bafe155110d8aa4f30d89606314a8871be56c46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f831153f9668c8963a22a8a08e79df96ee8e35257c98e65e58ff590299168063239abaa6d0e30c2bb9371bf9d899b0243a45baae65571fea3689350ccd421e82
|
7
|
+
data.tar.gz: 4c22b4ff9210afc6fba94d13ef38fc24fdffb48dbbc6e7bbcc9ef1929ab582ded50335db0cf07972fa6adef56e45d8b65ae8d42af3f7c89699744f3282c0ca1b
|
data/lib/aws-sigv4/signer.rb
CHANGED
@@ -121,6 +121,7 @@ module Aws
|
|
121
121
|
@credentials_provider = extract_credentials_provider(options)
|
122
122
|
@unsigned_headers = Set.new((options.fetch(:unsigned_headers, [])).map(&:downcase))
|
123
123
|
@unsigned_headers << 'authorization'
|
124
|
+
@unsigned_headers << 'x-amzn-trace-id'
|
124
125
|
[:uri_escape_path, :apply_checksum_header].each do |opt|
|
125
126
|
instance_variable_set("@#{opt}", options.key?(opt) ? !!options[:opt] : true)
|
126
127
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sigv4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
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:
|
11
|
+
date: 2017-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Amazon Web Services Signature Version 4 signing ligrary. Generates sigv4
|
14
14
|
signature for HTTP requests.
|
@@ -43,7 +43,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
43
43
|
version: '0'
|
44
44
|
requirements: []
|
45
45
|
rubyforge_project:
|
46
|
-
rubygems_version: 2.
|
46
|
+
rubygems_version: 2.5.1
|
47
47
|
signing_key:
|
48
48
|
specification_version: 4
|
49
49
|
summary: AWS Signature Version 4 library.
|