mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
- Support Delete Action for S3 - Add Example s3.json - Create AWSClient util - Use AWSClient util in S3 ingestion source - Remove ambiguity in policy filters by removing array with different types
20 lines
328 B
JSON
20 lines
328 B
JSON
{
|
|
"source": {
|
|
"type": "s3",
|
|
"config": {
|
|
"service_name": "aws-s3"
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|
|
|