Bug 1658659 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

There's a `DJANGO_UPLOAD_BUCKET_EXCEPTIONS` setting which ties email addresses of users to an upload url. However, users are defined as records in the db and it's uncouth to define users in the db, but have this exception defined in settings in the infrastructure repository.

This bug covers redoing how this works. Maybe when we set up users, we tie them to uploading to specific buckets? Maybe we unspecial-case try uploads and have a variety of uploads?
There's a `DJANGO_UPLOAD_URL_EXCEPTIONS` setting which ties email addresses of users to an upload url. However, users are defined as records in the db and it's uncouth to define users in the db, but have this exception defined in settings in the infrastructure repository.

This bug covers redoing how this works. Maybe when we set up users, we tie them to uploading to specific buckets? Maybe we unspecial-case try uploads and have a variety of uploads?

Back to Bug 1658659 Comment 0