Statistics
| Branch: | Tag: | Revision:

root / snf-deploy / files / tmp / pithos.json @ ad76b118

History | View | Annotate | Download (654 Bytes)

1
{
2
    "pithos_object-store": {
3
        "component": "pithos", 
4
        "prefix": "object-store", 
5
        "endpoints": [
6
            {
7
                "versionId": "v1", 
8
                "publicURL": "https://pithos.%DOMAIN%/pithos/object-store/v1/"
9
            }
10
        ], 
11
        "type": "object-store", 
12
        "public": true, 
13
        "resources": {
14
            "diskspace": {
15
                "service_type": "object-store", 
16
                "service_origin": "pithos_object-store", 
17
                "name": "pithos.diskspace", 
18
                "unit": "bytes", 
19
                "desc": "Pithos account diskspace"
20
            }
21
        }
22
    }
23
}
24