update to state of the art
This commit is contained in:
2
node_modules/aws4/aws4.js
generated
vendored
2
node_modules/aws4/aws4.js
generated
vendored
@@ -259,7 +259,7 @@ RequestSigner.prototype.canonicalString = function() {
|
||||
if (normalizePath && piece === '..') {
|
||||
path.pop()
|
||||
} else if (!normalizePath || piece !== '.') {
|
||||
if (decodePath) piece = decodeURIComponent(piece).replace(/\+/g, ' ')
|
||||
if (decodePath) piece = decodeURIComponent(piece.replace(/\+/g, ' '))
|
||||
path.push(encodeRfc3986Full(piece))
|
||||
}
|
||||
return path
|
||||
|
Reference in New Issue
Block a user