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

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

{
    "id": 11,
    "details": "https://api.beluga.insectai.org/api/v2/storage/11/?format=api",
    "name": "Shared S3 image storage from the Compute Alliance Canada",
    "bucket": "ami-trapdata",
    "prefix": "",
    "endpoint_url": "https://object-arbutus.cloud.computecanada.ca",
    "public_base_url": "https://object-arbutus.cloud.computecanada.ca/ami-trapdata/",
    "project": 18,
    "deployments_count": 3,
    "total_files_indexed": 928934,
    "total_size_indexed_display": "1.1 TB",
    "total_size_indexed": 1184853026718,
    "total_captures_indexed": 928934,
    "last_checked": null,
    "created_at": "2024-02-01T13:45:22.664794",
    "updated_at": "2024-07-09T01:10:06.588772",
    "user_permissions": []
}