mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 12:39:01 +00:00
Added uri in jsonchema for aws credentials (#10315)
* Added uri in jsonchema * fixed sample data
This commit is contained in:
parent
0e5af5045f
commit
21a30af25c
@ -8,7 +8,7 @@
|
||||
"awsAccessKeyId": "aws accessKey id",
|
||||
"awsSecretAccessKey": "aws secret access key",
|
||||
"awsRegion": "aws region",
|
||||
"endPointURL": "https://glue.<region_name>.amazonaws.com/"
|
||||
"endPointURL": "https://glue.region_name.amazonaws.com/"
|
||||
},
|
||||
"storageServiceName": "glue_s3"
|
||||
}
|
||||
|
@ -30,7 +30,8 @@
|
||||
"endPointURL": {
|
||||
"title": "Endpoint URL",
|
||||
"description": "EndPoint URL for the AWS",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"format": "uri"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user