API endpoint that allows storage sources to be viewed or edited.

GET /api/v2/storage/41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 41,
    "details": "https://api.beluga.insectai.org/api/v2/storage/41/?format=api",
    "name": "Singapore storage",
    "bucket": "sgp",
    "prefix": "",
    "endpoint_url": "https://ami-test-o.s3-ext.jc.rl.ac.uk",
    "public_base_url": null,
    "project": 90,
    "deployments_count": 10,
    "total_files_indexed": 1669445,
    "total_size_indexed_display": "4.4 TB",
    "total_size_indexed": 4880616877414,
    "total_captures_indexed": 1669445,
    "last_checked": null,
    "created_at": "2025-01-14T05:51:20.628884",
    "updated_at": "2025-01-14T05:52:05.185344",
    "user_permissions": []
}