mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Add S3 documentation URL (#967)
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user