-
-
Notifications
You must be signed in to change notification settings - Fork 31
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: Azure Blob Storage attachment support #136
Comments
This could be useful for our organization and would be willing to contribute something for this. Do you have any pointers for what this might look like? |
Basically it would require integration to blob storage (https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-nodejs) and then needed configuration values to the plugin config (auth, account name, container name etc.) with sane defaults of course. Backend changes should be placed in the attachments.ts route and the related files. |
That doesn't look too complicated 👍. I'll see if I can get something together. |
Looking at it a bit more it seems that both the GET and DELETE operations have some specific logic in |
Yeah makes sense, it's getting quite bloated with new storage providers |
Apart from AWS S3, there could be support to upload attachments to Azure Blob Storage
The text was updated successfully, but these errors were encountered: