Remove wrong comment about config location

Signed-off-by: Lucas Guarisco <lucas.guarisco@gmail.com>
This commit is contained in:
Lucas Guarisco
2023-03-06 15:05:41 -03:00
parent 614c9cb6f0
commit 1aec34d55b
@@ -180,7 +180,6 @@ export class AwsS3UrlReader implements UrlReader {
return (await credsManager.getCredentialProvider()).sdkCredentialProvider;
}
// Pull credentials from the techdocs config section (deprecated)
const accessKeyId = integration.config.accessKeyId;
const secretAccessKey = integration.config.secretAccessKey;
let explicitCredentials: AwsCredentialIdentityProvider;