Skip to content

Commit

Permalink
Just a discussion pasted from #1837
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Feb 1, 2024
1 parent 880a102 commit c87cc8c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doc/design/paths-endpoint-webdav.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Discussion on metadata needed for dandidav

Submitted as a PR to avoid spagetti thread discussion on https://github.com/dandi/dandi-archive/issues/1837#issuecomment-1921864949


@jwodder listed needed properties and metadata fields:

* Asset properties used by dandidav:
* `asset_id`
* `blob_id`
* `zarr_id`
* `path`
* `size`
* `created`
* `modified`
* Note: It might be more accurate to use the `blobDateModified` metadata field for this instead; cf. dandi/dandidav#17

* Asset metadata used by dandidav:
* `encodingFormat` (blobs only)
* `contentUrl` (API download URL for blobs, S3 URL for Zarrs)
* `digest["dandi:dandi-etag"]` (blobs only)

0 comments on commit c87cc8c

Please sign in to comment.