mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-27 14:57:21 +02:00
Add S3 documentation URL (#967)
This commit is contained in:
parent
4056b6861c
commit
ddf995fca1
|
|
@ -7,6 +7,7 @@ import {
|
|||
export class S3 implements ICredentialType {
|
||||
name = 's3';
|
||||
displayName = 'S3';
|
||||
documentationUrl = 's3';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'S3 endpoint',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user