Skip to content

Commit

Permalink
docs: Add notice to S3 node to mention AWS S3 node (no-changelog) (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom authored Jul 12, 2024
1 parent 9bcc926 commit f3833a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/nodes-base/nodes/S3/S3.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f3833a7

Please sign in to comment.