Open thutson opened 3 years ago
Hi,
As you can see from the commit history - this is an old POC that I wrote 4 years ago to test that the architecture of tusdotnet works as intended. I have no idea if there are any other implementations using blob storage, sorry.
The code in these repo errors out and WindowsAzure.Storage has been deprecated. I'm looking for a more recent repo using the newer Azure.Storage.Blobs libs? I don't have too much time to spend on this since I'm just tinkering but here's my ten minute implementation that doesn't work:
`public class TusAzureBlobStore : ITusStore { private readonly Lazy _client;