Merge pull request #12703 from ajcrites/aws4-c

aws4 sign returns object with various properties, not RequestSigner
This commit is contained in:
Nathan Shively-Sanders
2016-11-22 15:56:21 -08:00
committed by GitHub

2
aws4/index.d.ts vendored
View File

@@ -30,4 +30,4 @@ export class RequestSigner {
formatPath(): string;
}
export function sign(options?: any, credentials?: any): RequestSigner;
export function sign(options?: any, credentials?: any): any;