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