From 398ddc92d2a970a70b8c47b4f9d306cf2b9e683c Mon Sep 17 00:00:00 2001 From: MC Naveen <8493007+mcnaveen@users.noreply.github.com> Date: Wed, 6 Mar 2024 19:20:18 +0530 Subject: [PATCH] docs(AwsS3 Node): Update tooltip message for Source Path (#8824) --- packages/nodes-base/nodes/Aws/S3/V1/FileDescription.ts | 2 +- packages/nodes-base/nodes/Aws/S3/V2/FileDescription.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nodes-base/nodes/Aws/S3/V1/FileDescription.ts b/packages/nodes-base/nodes/Aws/S3/V1/FileDescription.ts index 6328aea0a0..a6c1cbd6c7 100644 --- a/packages/nodes-base/nodes/Aws/S3/V1/FileDescription.ts +++ b/packages/nodes-base/nodes/Aws/S3/V1/FileDescription.ts @@ -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', diff --git a/packages/nodes-base/nodes/Aws/S3/V2/FileDescription.ts b/packages/nodes-base/nodes/Aws/S3/V2/FileDescription.ts index 6328aea0a0..a6c1cbd6c7 100644 --- a/packages/nodes-base/nodes/Aws/S3/V2/FileDescription.ts +++ b/packages/nodes-base/nodes/Aws/S3/V2/FileDescription.ts @@ -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',