mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
docs: Fix typo in AWS S3 and S3 nodes for parent folder key (#5933)
Fix typo in S3 nodes
This commit is contained in:
@@ -531,7 +531,7 @@ export const fileFields: INodeProperties[] = [
|
|||||||
name: 'parentFolderKey',
|
name: 'parentFolderKey',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
description: 'Parent file you want to create the file in',
|
description: 'Parent folder you want to create the file in',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Requester Pays',
|
displayName: 'Requester Pays',
|
||||||
|
|||||||
Reference in New Issue
Block a user