Add AWS Textract node (#2330)

*  AWS Textract node

*  Fix issue with types

*  Small change to labels

*  Improvements

*  Improve error message

*  Improve description

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
Ricardo Espinoza
2021-10-21 17:32:40 -04:00
committed by GitHub
parent cba2874c2e
commit bb05f8113d
6 changed files with 340 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ export class S3 implements ICredentialType {
default: 'us-east-1',
},
{
displayName: 'Access Key Id',
displayName: 'Access Key ID',
name: 'accessKeyId',
type: 'string',
default: '',