api documentation for aws4 (v1.6.0)

Signs and prepares requests using AWS Signature Version 4

table of contents

  1. module aws4
    1. function aws4.RequestSigner (request, credentials)
    2. function aws4.sign (request, credentials)
    3. object aws4.RequestSigner.prototype
  2. module aws4.RequestSigner
    1. function aws4.RequestSigner (request, credentials)
  3. module aws4.RequestSigner.prototype
    1. function aws4.RequestSigner.prototype.authHeader ()
    2. function aws4.RequestSigner.prototype.canonicalHeaders ()
    3. function aws4.RequestSigner.prototype.canonicalString ()
    4. function aws4.RequestSigner.prototype.createHost ()
    5. function aws4.RequestSigner.prototype.credentialString ()
    6. function aws4.RequestSigner.prototype.defaultCredentials ()
    7. function aws4.RequestSigner.prototype.formatPath ()
    8. function aws4.RequestSigner.prototype.getDate ()
    9. function aws4.RequestSigner.prototype.getDateTime ()
    10. function aws4.RequestSigner.prototype.isSingleRegion ()
    11. function aws4.RequestSigner.prototype.matchHost (host)
    12. function aws4.RequestSigner.prototype.parsePath ()
    13. function aws4.RequestSigner.prototype.prepareRequest ()
    14. function aws4.RequestSigner.prototype.sign ()
    15. function aws4.RequestSigner.prototype.signature ()
    16. function aws4.RequestSigner.prototype.signedHeaders ()
    17. function aws4.RequestSigner.prototype.stringToSign ()

module aws4

function aws4.RequestSigner (request, credentials)

function aws4.sign (request, credentials)

module aws4.RequestSigner

function aws4.RequestSigner (request, credentials)

module aws4.RequestSigner.prototype

function aws4.RequestSigner.prototype.authHeader ()

function aws4.RequestSigner.prototype.canonicalHeaders ()

function aws4.RequestSigner.prototype.canonicalString ()

function aws4.RequestSigner.prototype.createHost ()

function aws4.RequestSigner.prototype.credentialString ()

function aws4.RequestSigner.prototype.defaultCredentials ()

function aws4.RequestSigner.prototype.formatPath ()

function aws4.RequestSigner.prototype.getDate ()

function aws4.RequestSigner.prototype.getDateTime ()

function aws4.RequestSigner.prototype.isSingleRegion ()

function aws4.RequestSigner.prototype.matchHost (host)

function aws4.RequestSigner.prototype.parsePath ()

function aws4.RequestSigner.prototype.prepareRequest ()

function aws4.RequestSigner.prototype.sign ()

function aws4.RequestSigner.prototype.signature ()

function aws4.RequestSigner.prototype.signedHeaders ()

function aws4.RequestSigner.prototype.stringToSign ()

[ this document was created with utility2 ]