@itentialopensource/adapter-utils 5.1.3 → 5.1.4
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.
- package/CHANGELOG.md +8 -0
- package/lib/requestHandler.js +1 -1
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
package/lib/requestHandler.js
CHANGED
|
@@ -1926,7 +1926,7 @@ class RequestHandler {
|
|
|
1926
1926
|
log.trace(origin);
|
|
1927
1927
|
|
|
1928
1928
|
try {
|
|
1929
|
-
return this.authHandler.getAWSAuthorization(method, requestObj, uriPath,
|
|
1929
|
+
return this.authHandler.getAWSAuthorization(method, requestObj, uriPath, service, null, null, callback);
|
|
1930
1930
|
} catch (e) {
|
|
1931
1931
|
// handle any exception
|
|
1932
1932
|
const errorObj = this.transUtil.checkAndReturn(e, origin, 'AWS Authentication Request Failed');
|
package/package.json
CHANGED
|
Binary file
|