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

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

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',