Files
n8n-enterprise-unlocked/packages/nodes-base/nodes/Aws/__tests__/credentials.ts
कारतोफ्फेलस्क्रिप्ट™ 91069f057e refactor: Overhaul nodes-testing setup - Part 2 (no-changelog) (#14873)
2025-04-24 17:37:26 +02:00

8 lines
121 B
TypeScript

export const credentials = {
aws: {
region: 'eu-central-1',
accessKeyId: 'key',
secretAccessKey: 'secret',
},
};