docs: Add notice to S3 node to mention AWS S3 node (no-changelog) (#10034)

This commit is contained in:
Jon 2024-07-12 16:41:49 +01:00 committed by GitHub
parent 9bcc926a91
commit f3833a7ce8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,13 @@ export class S3 implements INodeType {
}, },
], ],
properties: [ 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', displayName: 'Resource',
name: 'resource', name: 'resource',