mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 16:39:04 +00:00
17 lines
382 B
JSON
17 lines
382 B
JSON
{
|
|
"type": "s3",
|
|
"serviceName": "s3_object_store_sample",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "S3",
|
|
"awsConfig": {
|
|
"awsAccessKeyId": "aws_access_key_id",
|
|
"awsSecretAccessKey": "aws_secret_access_key",
|
|
"awsRegion": "awsRegion",
|
|
"endPointURL": "https://endpoint.com/"
|
|
}
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
}
|
|
} |