Add S3 documentation URL (#967)

This commit is contained in:
Harshil Agrawal
2020-09-17 10:56:07 +00:00
committed by GitHub
parent 4056b6861c
commit ddf995fca1

View File

@@ -7,6 +7,7 @@ import {
export class S3 implements ICredentialType {
name = 's3';
displayName = 'S3';
documentationUrl = 's3';
properties = [
{
displayName: 'S3 endpoint',