Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

1.3 Feature/uploading #224

Merged
merged 1 commit into from
Mar 24, 2021
Merged

1.3 Feature/uploading #224

merged 1 commit into from
Mar 24, 2021

Conversation

tabeckers
Copy link
Contributor

Implements proper uploading using background work. Note that the original uploading method was not made for DO but happened to work most of the times. File uploads are being done using a single file upload, which will create issues when the files are getting too large. See #223

Other than that, the uploading process has been improved and is stable now.

Fixes #153
Fixes #140

@tabeckers tabeckers added the Type: Enhancement Not a feature, but will improve the product in one way or another. label Mar 24, 2021
@tabeckers tabeckers added this to the 1.3 milestone Mar 24, 2021
@tabeckers tabeckers self-assigned this Mar 24, 2021
@tabeckers tabeckers changed the base branch from develop to feature/newbackend March 24, 2021 14:32
Copy link
Contributor Author

@tabeckers tabeckers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked loosely as discussed

@tabeckers tabeckers merged commit cbb7e7a into feature/newbackend Mar 24, 2021
@tabeckers tabeckers deleted the feature/uploading branch March 24, 2021 14:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Enhancement Not a feature, but will improve the product in one way or another.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor uploading process Sometimes we can't upload video files to the storage (403 Forbidden)
1 participant