mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
docs: Add notice to S3 node to mention AWS S3 node (no-changelog) (#10034)
This commit is contained in:
parent
9bcc926a91
commit
f3833a7ce8
|
@ -43,6 +43,13 @@ export class S3 implements INodeType {
|
|||
},
|
||||
],
|
||||
properties: [
|
||||
{
|
||||
displayName:
|
||||
"This node is for services that use the S3 standard, e.g. Minio or Digital Ocean Spaces. For AWS S3 use the 'AWS S3' node.",
|
||||
name: 's3StandardNotice',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Resource',
|
||||
name: 'resource',
|
||||
|
|
Loading…
Reference in a new issue