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

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

{
    "id": 40,
    "details": "https://api.beluga.insectai.org/api/v2/storage/40/?format=api",
    "name": "Costa Rica Data",
    "bucket": "cri",
    "prefix": "",
    "endpoint_url": "https://ami-test-o.s3-ext.jc.rl.ac.uk",
    "public_base_url": null,
    "project": 88,
    "deployments_count": 10,
    "total_files_indexed": 1628541,
    "total_size_indexed_display": "4.5 TB",
    "total_size_indexed": 4905699755698,
    "total_captures_indexed": 1628541,
    "last_checked": null,
    "created_at": "2025-01-13T07:09:37.181037",
    "updated_at": "2025-01-13T07:10:21.151179",
    "user_permissions": []
}