-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(backend): add storages to make usage of s3/sftp easier #10140
New issue
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
feat(backend): add storages to make usage of s3/sftp easier #10140
Conversation
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…feat(backend)--add-storages-to-make-usage-of-S3-easy
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #10140 +/- ##
==========================================
- Coverage 87.86% 87.84% -0.02%
==========================================
Files 1276 1278 +2
Lines 57476 57514 +38
Branches 2024 2023 -1
==========================================
+ Hits 50500 50526 +26
- Misses 6476 6488 +12
Partials 500 500
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
…feat(backend)--add-storages-to-make-usage-of-S3-easy
…https://github.com/matmair/InvenTree into feat(backend)--add-storages-to-make-usage-of-S3-easy
…feat(backend)--add-storages-to-make-usage-of-S3-easy
…https://github.com/matmair/InvenTree into feat(backend)--add-storages-to-make-usage-of-S3-easy
…feat(backend)--add-storages-to-make-usage-of-S3-easy
|
@SchrodingersGat this would be ready for a review as well; I would wait for #10484 for a final update and merge to make that one a bit easier |
…feat(backend)--add-storages-to-make-usage-of-S3-easy
|
@SchrodingersGat I have addressed the review comments, lmk if there is anything else |
|
Nice work :) |

Adds support for using S3 and SFTP as media backends
closes #9480
closes #3029