I am storing data for my collaboration on OSN, an s3 data store. This has worked great for access, but it’s very easy for anyone with the access credentials to accidentally delete a lot of data.
We have quite a few people with limited to no s3 storage experience who are uploading data and I’m looking for solutions that allow this open “write” access but also lets us designate files as being good and not-to-be-deleted.
I’m looking for any solutions here and I suspect this question may be similar to Directory or file-level permissions on s3 buckets. If it’s possible to have different sets of credentials that give different access levels on a bucket, I could imagine having an “admin-delete-only” flag set in the file metadata that could restrict delete access to users authenticated with a particular key.