Object Storage not properly configured #67
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: servala/servala-portal#67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
After configuring object storage in
5f38856dd9
, the application didn't start up anymore:I reverted the configuration for now in
1dda974e11
Even after fixing settings in #69 file uploads don't land in object storage and are also not retrieved from there.
I only added
django-storages
instead ofdjango-storages[s3]
to the package list, which may be the reason (though I would have expected django-storages to yell about that). Opened a MR in #102.Now that Mr. Deployment Specialist ™️ realized that object storage works best when it is configured, and now it is configured
dc9a499e00
- it actually works. The usual "Kaum macht man(n) es richtig, funktionierts".