We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code makes it impossible to configure a different storage class (eg: object storage, Amazon S3) for the private storage files:
openwisp-firmware-upgrader/openwisp_firmware_upgrader/base/models.py
Lines 183 to 185 in e166999
The text was updated successfully, but these errors were encountered:
[fix] Made private storage backend configuration #195
6894323
Added OPENWISP_FIRMWARE_PRIVATE_STORAGE_INSTANCE setting to configure an instance of private storage class. Fixes #195
2e3f4ce
17d0f83
32e516e
Successfully merging a pull request may close this issue.
This code makes it impossible to configure a different storage class (eg: object storage, Amazon S3) for the private storage files:
openwisp-firmware-upgrader/openwisp_firmware_upgrader/base/models.py
Lines 183 to 185 in e166999
The text was updated successfully, but these errors were encountered: