mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08: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:
parent
3085ed9bee
commit
c236d5d049
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue