Skip to content
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

Azure Storage #139

Open
danvass opened this issue Dec 2, 2018 · 6 comments
Open

Azure Storage #139

danvass opened this issue Dec 2, 2018 · 6 comments

Comments

@danvass
Copy link

danvass commented Dec 2, 2018

Are there any examples of using it with Azure Storage or would I have to implement it as an additional data storage provider if I wanted to use it with Tus?

@rictorres
Copy link
Contributor

the latter, at the moment there's no storage provider for azure :'(

@DvdGiessen
Copy link
Contributor

Since this might interest others: I also wanted to use Tus with Azure in a Node project, so I went ahead and implemented basic support for it in tus-node-server. See https://github.com/DvdGiessen/tus-node-server/tree/azure-blob-store.

Note that this is a work-in-progress branch. It has no tests, it most probably has bugs, it has a few quite inefficient code paths, there is barely any code documentation... in other words, use at your own risk.

I might polish it up and open a pull request later.

@Acconut
Copy link
Member

Acconut commented Mar 16, 2019

That's amazing, @DvdGiessen! We would love to see a pull request from you for an Azure Blob Store. Let us know if we can help you.

@jaime-rivas
Copy link

Hi there! @Acconut @DvdGiessen. We are planning to migrate our uploads to tus (great project!) and I am wondering if there any updates on Azure integration. I saw that tusd added support in August 2021. Any chance that it has been added / planned to be added here to the node server too? Thanks!

@Murderlon
Copy link
Member

We are currently working towards 1.0.0 for tus-node-server (#309) but Azure is not on the list. I don't expect any implementation to be in here soon. If your project is time critical, I would recommend tusd instead.

@jaime-rivas
Copy link

Thanks @Murderlon. Best wishes for the 1.0.0 release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants