mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
✨ 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:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user