Open mvandenburgh opened 2 years ago
@satra when deleting a published dandiset, do we have to actually delete the data from our database/s3, or is simply hiding it from public view sufficient? If just hiding it is good enough, an immediate idea i have is to
Dandiset
or Version
model (depending on if we want the ability to "delete" individual versions, or just the entire dandiset)As data from S3 is also accessible via datalad or directly from S3 using assets dumps we have
and typically the requests come for data which must not be made public. We are doomed to really delete that data. That should be done with awareness that
Yes, as a free data storage platform, we should also prepare for the case where a user uploads illicit material and tries to use DANDI to distribute it
This issue will require some heavy planning, including guidelines for policies/procedures around deleting published data (i.e., how dandiset owners should flag this situation for admin attention, whether they should be able to hide (and for how long) the dandiset from the public on their own authority, questions about scrubbing data permanently from the S3 bucket, etc.), and UI features to enable any/all of this.