mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -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 {
|
||||
name = 's3';
|
||||
displayName = 'S3';
|
||||
documentationUrl = 's3';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'S3 endpoint',
|
||||
|
|
Loading…
Reference in a new issue