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

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

{
    "id": 43,
    "details": "https://api.beluga.insectai.org/api/v2/storage/43/?format=api",
    "name": "Thailand Data (for MB's test)",
    "bucket": "tha",
    "prefix": "",
    "endpoint_url": "https://ami-test-o.s3-ext.jc.rl.ac.uk",
    "public_base_url": null,
    "project": 105,
    "deployments_count": 1,
    "total_files_indexed": 78000,
    "total_size_indexed_display": "237.8 GB",
    "total_size_indexed": 255354491392,
    "total_captures_indexed": 78000,
    "last_checked": null,
    "created_at": "2025-01-27T10:44:19.827263",
    "updated_at": "2025-01-27T10:44:35.241714",
    "user_permissions": []
}