docs: Fix typo in AWS S3 and S3 nodes for parent folder key (#5933)

Fix typo in S3 nodes
This commit is contained in:
Jon
2023-04-11 14:17:12 +01:00
committed by GitHub
parent 3085ed9bee
commit c236d5d049

View File

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