mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
docs(AwsS3 Node): Update tooltip message for Source Path (#8824)
This commit is contained in:
parent
d778cae9f5
commit
398ddc92d2
|
@ -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',
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue