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
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ export const fileFields: INodeProperties[] = [
},
},
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',

View File

@@ -65,7 +65,7 @@ export const fileFields: INodeProperties[] = [
},
},
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',