Ejemplo n.º 1
0
        public Startup()
        {
            var connString = ConfigurationManager.AppSettings["AzureBlobConnectionString"];
            var blobStore  = ConfigurationManager.AppSettings["AzureBlobContainer"];

            _tusDiskStore = new TusBlobStore(connString, blobStore);
        }
Ejemplo n.º 2
0
 public TusBlobStoreFixture()
 {
     Store = new TusBlobStore("DefaultEndpointsProtocol=https;AccountName=foliownstore;AccountKey=j4kisxBc/VWV3jkaliUx1jpBXS+gGdmbDRIydeQA3gzgn4bzWmJoz/uE8cwEORc4fW7hAQ+wvAjv9VUSw9C/nw==;EndpointSuffix=core.windows.net", "tustests");
 }