25 lines
545 B
JSON
Raw Normal View History

{
"locations": [
{
"name": "bucket_a",
"path": "s3://bucket-a",
"displayName": "Bucket A",
"description": "Bucket A",
"locationType": "Bucket"
},
{
"name": "bucket_b",
"path": "s3://bucket-b",
"displayName": "Bucket B",
"description": "Bucket B",
"locationType": "Bucket"
},
{
"name": "hive_dwh",
"path": "s3://bucket-a/user/hive/dwh",
"displayName": "Hive DWH",
"description": "Bucket A prefix",
"locationType": "Prefix"
}
]
}