mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -08: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 {
|
export class S3 implements ICredentialType {
|
||||||
name = 's3';
|
name = 's3';
|
||||||
displayName = 'S3';
|
displayName = 'S3';
|
||||||
|
documentationUrl = 's3';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'S3 endpoint',
|
displayName: 'S3 endpoint',
|
||||||
|
|
Loading…
Reference in a new issue