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

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

{
    "id": 30,
    "details": "https://api.beluga.insectai.org/api/v2/storage/30/?format=api",
    "name": "Singapore storage",
    "bucket": "sgp",
    "prefix": "",
    "endpoint_url": "https://ami-test-o.s3-ext.jc.rl.ac.uk",
    "public_base_url": "",
    "project": 67,
    "deployments_count": 9,
    "total_files_indexed": 715667,
    "total_size_indexed_display": "2.0 TB",
    "total_size_indexed": 2176739367215,
    "total_captures_indexed": 715667,
    "last_checked": null,
    "created_at": "2024-06-05T10:33:27.984592",
    "updated_at": "2025-01-14T05:50:32.400878",
    "user_permissions": []
}