Skip to content

Storage Driver related endpoint changes. #11929

@g-saracca

Description

@g-saracca

Overview of the Feature Request

  1. Move Get Dataverse Storage Driver endpoint outside /admin path (/api/admin/dataverse/[dv-alias]/storageDriver?getEffective=true).
  2. Move Get All Storage Drivers endpoint oustide /admin path (/api/admin/dataverse/storageDrivers). We also need to standardise the response format of this endpoint to match the same structure returned from Get Dataverse Storage Driver above, e.g:
{
    name: 'foo',
    type: 's3',
    label: 'Foo',
}

What kind of user is the feature intended for?
API User (super users)

What inspired the request?
SPA Roadmap.
We need to show the current storage driver of a collection and also let super users be able to select the storage driver from a list of available storage drivers.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done 🧹

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions