Description
I'm hitting more and more use cases, where it would be beneficial to have an additional write-only permission for directories. My main use case for this is server-side agents automatically syncing/writing things from other places to my storage.
This would already be useful when running your own server to enhance security, but especially if you want to give out a token to someone else writing to your storage, and you don't want them to be able to read the contents.
The background is that I'm thinking about creating a kind of data liberation service, where people can just OAuth-connect centralized silos and have the agent write structured data to their RS account for them. For example, you star something on GitHub and it would automatically create a bookmark for you in RS. In that case you'd want to give out a write-only token for the bookmarks category and nothing else.
WDYT?