Authorization events was previously required for uploads but this has recently been updated to be optional.
- Config file must be updated with a new field
require_auth under the "upload" section, similar to what we already have for the "get" section.
- The new line in the config should by default be set to true.
- Upload handler must be updated to check the new setting and only validate the auth event if the setting is set to true.
Authorization events was previously required for uploads but this has recently been updated to be optional.
require_authunder the "upload" section, similar to what we already have for the "get" section.