1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-03-05 20:50:17 -08:00

docs(AwsS3 Node): Update tooltip message for Source Path ()

This commit is contained in:
MC Naveen 2024-03-06 19:20:18 +05:30 committed by GitHub
parent d778cae9f5
commit 398ddc92d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
packages/nodes-base/nodes/Aws/S3

View file

@ -65,7 +65,7 @@ export const fileFields: INodeProperties[] = [
}, },
}, },
description: description:
'The name of the source bucket and key name of the source object, separated by a slash (/)', 'The name of the source bucket should start with (/) and key name of the source object, separated by a slash (/)',
}, },
{ {
displayName: 'Destination Path', displayName: 'Destination Path',

View file

@ -65,7 +65,7 @@ export const fileFields: INodeProperties[] = [
}, },
}, },
description: description:
'The name of the source bucket and key name of the source object, separated by a slash (/)', 'The name of the source bucket should start with (/) and key name of the source object, separated by a slash (/)',
}, },
{ {
displayName: 'Destination Path', displayName: 'Destination Path',