mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 08:29:09 +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>
17 lines
377 B
JSON
17 lines
377 B
JSON
{
|
|
"type": "s3",
|
|
"serviceName": "s3_storage_sample",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "S3",
|
|
"awsConfig": {
|
|
"awsAccessKeyId": "aws_access_key_id",
|
|
"awsSecretAccessKey": "aws_secret_access_key",
|
|
"awsRegion": "awsRegion",
|
|
"endPointURL": "https://endpoint.com/"
|
|
}
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
}
|
|
} |