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

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

{
    "id": 42,
    "details": "https://api.beluga.insectai.org/api/v2/storage/42/?format=api",
    "name": "Thailand Data",
    "bucket": "tha",
    "prefix": "",
    "endpoint_url": "https://ami-test-o.s3-ext.jc.rl.ac.uk",
    "public_base_url": null,
    "project": 91,
    "deployments_count": 5,
    "total_files_indexed": 711484,
    "total_size_indexed_display": "1.8 TB",
    "total_size_indexed": 2003863702217,
    "total_captures_indexed": 711484,
    "last_checked": null,
    "created_at": "2025-01-21T12:08:47.663599",
    "updated_at": "2025-01-21T12:08:47.663615",
    "user_permissions": []
}