mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-26 23:18:25 +00:00
* Deprecate location and old storage service * Format * Fix test * Refactor * Clean location * Rename object store to storage * Rename object store to storage * Rename object store to storage * Format * Format * Refactor object store for storage * Refactor object store for storage * Rename object store to storage * Fix test * Fix test * Format * chore(ui): change Objectstore to Storage * Fixes * Fix test * Remove storage service from Glue cypress --------- Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
20 lines
429 B
JSON
20 lines
429 B
JSON
{
|
|
"type": "glue",
|
|
"serviceName": "Glue",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Glue",
|
|
"awsConfig": {
|
|
"awsAccessKeyId": "aws accessKey id",
|
|
"awsSecretAccessKey": "aws secret access key",
|
|
"awsRegion": "aws region",
|
|
"endPointURL": "https://glue.region_name.amazonaws.com/"
|
|
}
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"type": "DatabaseMetadata"
|
|
}
|
|
}
|
|
} |