Closed
Bug 1658659
Opened 5 years ago
Closed 2 years ago
redo DJANGO_UPLOAD_URL_EXCEPTIONS
Categories
(Tecken :: Upload, task, P3)
Tecken
Upload
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: willkg, Unassigned)
Details
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?
| Reporter | ||
Comment 1•5 years ago
|
||
First step is to figure out the value in prod and what the use cases are. That insight should guide any rewrite.
| Reporter | ||
Updated•2 years ago
|
Summary: redo DJANGO_UPLOAD_BUCKET_EXCEPTIONS → redo DJANGO_UPLOAD_URL_EXCEPTIONS
| Reporter | ||
Comment 2•2 years ago
|
||
In bug #1838892, we decided to remove the private bucket support altogether. We no longer need to do this because it's getting removed. Marking as WONTFIX.
You need to log in
before you can comment on or make changes to this bug.
Description
•