Skip to content

Cannot specify options per protocol in create share endpoint #56

@gmgigi96

Description

@gmgigi96

As #54 introduced in the /shares endpoint the possibility of specifying multiple protocols, there is still no way of specifying the options per protocol, or at least is not clear.

This should be a map protocol -> options, for example

{
  "webdav": {
     "sharedSecret": "hfiuhworzwnur98d3wjiwhr",
    "permissions": "{https://open-cloud-mesh.org/ns}share-permissions",
    "uriTemplate": "[https://open-cloud-mesh.org/s/{path-to-shared-resources}](https://open-cloud-mesh.org/s/%7Bpath-to-shared-resources%7D)"
  },
  "other": {...}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions