authorization (credentials, datetime) {
    const parts = []
    const credString = this.credentialString(datetime)
    parts.push(algorithm + ' Credential=' + credentials.accessKeyId + '/' + credString)
    parts.push('SignedHeaders=' + this.signedHeaders())