@itentialopensource/adapter-utils 5.3.6 → 5.3.7
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 +10 -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
|
@@ -1991,7 +1991,7 @@ class RequestHandler {
|
|
|
1991
1991
|
log.trace(origin);
|
|
1992
1992
|
|
|
1993
1993
|
try {
|
|
1994
|
-
return this.authHandler.getAWSAuthorization(method, requestObj, uriPath, service,
|
|
1994
|
+
return this.authHandler.getAWSAuthorization(method, requestObj, uriPath, service, STSParams, roleName, callback);
|
|
1995
1995
|
} catch (e) {
|
|
1996
1996
|
// handle any exception
|
|
1997
1997
|
const errorObj = this.transUtil.checkAndReturn(e, origin, 'AWS Authentication Request Failed');
|
package/package.json
CHANGED
|
Binary file
|